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

Store nulls as max+1 in BitPackedEncoding #1556

Open
gatesn opened this issue Dec 4, 2024 · 0 comments
Open

Store nulls as max+1 in BitPackedEncoding #1556

gatesn opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@gatesn
Copy link
Contributor

gatesn commented Dec 4, 2024

This is a bit cheeky, but at encoding-time, we know the max int value. Instead of storing and compressing a separate validity buffer, we could store the nulls as max+1.

@danking danking self-assigned this Dec 13, 2024
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