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
Usually we can encode date as u32, 2 bytes for year, 1 byte for month, 1 byte for day.
Truncation codec may improve filter performance, that means we store minimum date on block level, then compact the offsets as u8 or u16 to speed up SIMD.
The text was updated successfully, but these errors were encountered:
Usually we can encode date as u32, 2 bytes for year, 1 byte for month, 1 byte for day.
Truncation codec may improve filter performance, that means we store minimum date on block level, then compact the offsets as u8 or u16 to speed up SIMD.
The text was updated successfully, but these errors were encountered: