Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate using apache.avro.fastread experimental feature which can improve reading performance #154

Open
jingerbread opened this issue Oct 29, 2020 · 0 comments

Comments

@jingerbread
Copy link
Contributor

jingerbread commented Oct 29, 2020

Problem description
Investigate using apache.avro.fastread feature added in 1.9.2 version, which can improve Java reading performance, it is disabled by default, but can be enabled by a system property.

When apache.avro.fastread set to true, records will be deserialized using a different technique that builds an efficient deserialization strategy once from the expected schema.

See https://issues.apache.org/jira/browse/AVRO-2247 "Improve Java reading performance with a new reader"
and related PR apache/avro#391

Problem location

Suggestions for an improvement
From https://cwiki.apache.org/confluence/display/AVRO/Experimental+features+in+Avro

These experiments have passed unit tests and code review, but are a significant change that haven't appeared in a major release. 
Since they provide significant performance improvements, we encourage you to give them a try and report on any regressions you may find.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant