You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: