You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2010/03/15 08:19:27 UTC

[jira] Updated: (AVRO-464) Rework internals of records and schemas for greater performance

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

Bruce Mitchener updated AVRO-464:
---------------------------------

    Summary: Rework internals of records and schemas for greater performance  (was: Some hash tables can be arrays instead.)

I am broadening the scope of this. I have some larger changes underway and it will be easier as a single patch.

The initial changes led to a change from 4.2 to 3.7 seconds for serializing the same record object 10,000,000 times without validation. I think we can do better though.

> Rework internals of records and schemas for greater performance
> ---------------------------------------------------------------
>
>                 Key: AVRO-464
>                 URL: https://issues.apache.org/jira/browse/AVRO-464
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>            Reporter: Bruce Mitchener
>            Assignee: Bruce Mitchener
>
> As far as I can tell, there's no need for the integer->string hash tables in schemas or records ... they can be arrays instead.

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