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

implement bool compression #7233

Open
akuzm opened this issue Sep 4, 2024 · 0 comments
Open

implement bool compression #7233

akuzm opened this issue Sep 4, 2024 · 0 comments
Labels
compression enhancement An enhancement to an existing feature for functionality

Comments

@akuzm
Copy link
Member

akuzm commented Sep 4, 2024

At the moment we don't have a dedicated boolean compression algorithm, they use generic array compression.

We could expose the existing simple8b_rle_bitmap compression that we use as a building block for other algorithms. This would enable vectorized filters for bool columns, people use this from time to time.

@akuzm akuzm added the enhancement An enhancement to an existing feature for functionality label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compression enhancement An enhancement to an existing feature for functionality
Projects
None yet
Development

No branches or pull requests

1 participant