You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hodges (JIRA)" <ji...@apache.org> on 2010/05/15 10:51:43 UTC

[jira] Updated: (AVRO-543) ruby: schema comparison is hella slow

     [ https://issues.apache.org/jira/browse/AVRO-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hodges updated AVRO-543:
-----------------------------

    Attachment: AVRO-543.patch

Removes the not-good pattern of Yajl.load(schema.to_s) calls, and, more importantly, at handshake, it uses the attributes on the schema classes instead of the to_hash methods.

> ruby: schema comparison is hella slow
> -------------------------------------
>
>                 Key: AVRO-543
>                 URL: https://issues.apache.org/jira/browse/AVRO-543
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Assignee: Jeff Hodges
>             Fix For: 1.4.0
>
>         Attachments: AVRO-543.patch
>
>
> schema comparison is very, very slow causing large latencies on handshake.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.