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

Create sparse index for SSTables #46

Closed
Terkwood opened this issue Jul 30, 2021 · 0 comments · Fixed by #74
Closed

Create sparse index for SSTables #46

Terkwood opened this issue Jul 30, 2021 · 0 comments · Fixed by #74
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Jul 30, 2021

Seeking thru a few KB of data on disk is inexpensive. By keeping a sparse index of entries, we can hold byte offsets for many different keys in memory, even if our total data footprint is large.

@Terkwood Terkwood added the enhancement New feature or request label Jul 30, 2021
This was referenced Jul 31, 2021
@Terkwood Terkwood pinned this issue Aug 3, 2021
@Terkwood Terkwood unpinned this issue Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant