-
Notifications
You must be signed in to change notification settings - Fork 257
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
feat(java): scoped meta share mode for type forward/backward compaibility #1660
Conversation
Hi @MrChang0, this PR should make the meta share mode replace kv compatible mode for better performance and smaller space cost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It fine for me, I will try to experiment this feature. |
Would you like to submit a PR? |
Struct perf:
Size:
Size bloat a little, we can optimize it later |
## What does this PR do? This PR support meta compression and add Deflater as default compressor. In our test, it can compress meta by reduce size of **243** without introducing any performance cost: ``` before: Fury | STRUCT | false | array | 1227 | after STRUCT | false | array | 984 | ``` ## Related issues #1660 ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/apache/incubator-fury/issues/new/choose) describing the need to do so and update the document if necessary. --> - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark <!-- When the PR has an impact on performance (if you don't know whether the PR will have an impact on performance, you can submit the PR first, and if it will have impact on performance, the code reviewer will explain it), be sure to attach a benchmark data here. -->
What does this PR do?
This PR implements scoped meta share mode for type forward/backward compaibility
Related issues
#202
Does this PR introduce any user-facing change?
Benchmark
Perf increased from
1900102.586
to2430410.064
Size decreased from 732 to 577: