You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/08 20:21:00 UTC

[jira] [Commented] (AVRO-2039) Ruby encoding performance improvement

    [ https://issues.apache.org/jira/browse/AVRO-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680343#comment-16680343 ] 

ASF GitHub Bot commented on AVRO-2039:
--------------------------------------

tjwp commented on issue #230: AVRO-2039: Ruby encoding performance improvements
URL: https://github.com/apache/avro/pull/230#issuecomment-437141937
 
 
   I've rebased this on master

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Ruby encoding performance improvement
> -------------------------------------
>
>                 Key: AVRO-2039
>                 URL: https://issues.apache.org/jira/browse/AVRO-2039
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: ruby
>            Reporter: Tim Perkins
>            Assignee: Tim Perkins
>            Priority: Critical
>
> For a use case with a few levels of nesting and unions in several places within the schema we saw a 5x improvement in encoding performance with these changes to encoding using Ruby.
> 1. Avoid the exhaustive validation of schemas in a union
> 2. Avoid the repeated validation of nested schemas
> https://github.com/apache/avro/pull/230



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)