-
Notifications
You must be signed in to change notification settings - Fork 2
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
Efficient binary SST file format #11
Comments
justinethier
changed the title
Efficient SST file format
Efficient binary SST file format
Mar 4, 2022
Design considerations:
|
An additional optimization is to gzip every segment of the SST file. That is, the values between one sparse index and another. Can then read the whole block into memory, decompress, and cache it. Saves I/O and space on disk. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At some point we need a more efficient binary SST file format.
The text was updated successfully, but these errors were encountered: