-
Notifications
You must be signed in to change notification settings - Fork 903
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
Vector agg: skip entire null words of filter bitmap #7569
Conversation
This improves the performance for highly selective filters.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7569 +/- ##
==========================================
+ Coverage 80.06% 81.34% +1.27%
==========================================
Files 190 241 +51
Lines 37181 44753 +7572
Branches 9450 11173 +1723
==========================================
+ Hits 29770 36404 +6634
- Misses 2997 3958 +961
+ Partials 4414 4391 -23 ☔ View full report in Codecov by Sentry. |
I'll remove it from the 2.18 milestone, because I want to check more things and this optimization is not strictly necessary. |
Signed-off-by: Alexander Kuzmenkov <[email protected]>
This improves the performance for highly selective filters.
Disable-check: force-changelog-file