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

Size of SST levels #23

Open
justinethier opened this issue Apr 27, 2022 · 0 comments
Open

Size of SST levels #23

justinethier opened this issue Apr 27, 2022 · 0 comments

Comments

@justinethier
Copy link
Owner

This article discusses the size of SST levels in Rocks DB: https://vinodhinic.medium.com/lets-rock-3a73fbc6ea79

An interesting observation here is that each level is an order of magnitude large than the previous one. EG: 300 MB, 3 GB, 30 GB, 300 GB, etc.

This method of SST sizing could have benefits to our system. In addition this is another instance in which it would be better if we tracked sizes by bytes rather than number of records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant