-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/25 object encoding #27
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
Conversation
CodSpeed Performance ReportMerging #27 will degrade performances by 58.21%Comparing Summary
Benchmarks breakdown
|
We should investigate the three "BSBM Business Intelligence 1000" regressions. It seems like the query planner has some problem. Otherwise, the regressions are fine as we will have an overhead in the microbenchmarks that immediately decodes the record batch. Maybe the BSBM Explore query could be investigated too. |
I'll merge the PR for now, as most benchmarks exhibit a substantial speedup and the microbenchmarks won't become faster as we cannot amortize the object ID decoding overhead. I'll create a follow-up issue for "BSBM Business Intelligence 1000 - Query 2". |
The first draft for supporting object id encoding #25