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

Codec of DATE #93

Open
jiangzhe opened this issue Mar 19, 2022 · 0 comments
Open

Codec of DATE #93

jiangzhe opened this issue Mar 19, 2022 · 0 comments
Labels
feature New feature or request

Comments

@jiangzhe
Copy link
Owner

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.

@jiangzhe jiangzhe added the feature New feature or request label Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant