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

Allow integer packing of numValues in a page that isn't a multiple of 32 #3671

Closed
royi-luo opened this issue Jun 19, 2024 · 2 comments
Closed
Assignees

Comments

@royi-luo
Copy link
Collaborator

Description

Currently during integer bitpacking the number of values in a page must be a multiple of 32. This means that we leave extra space at the end of each page that could be used to store values, reducing our compression ratio.

@benjaminwinger
Copy link
Collaborator

This is one of the outstanding bitpacking optimizations in #2083.

@royi-luo
Copy link
Collaborator Author

This is one of the outstanding bitpacking optimizations in #2083.

I see, I'll close this as a duplicate then

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

2 participants