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

[NEW] Supports to configure the rocksdb advance option max_bytes_for_level_base #488

Closed
git-hulk opened this issue Feb 19, 2022 · 1 comment
Labels
feature type new feature

Comments

@git-hulk
Copy link
Member

git-hulk commented Feb 19, 2022

As users may want to control the maximum data size for a level,
we can export the option max_bytes_for_level_base(the max total for level-1)
in our config file and allow to modify the value in-flight with config set.

For more detail can see: https://github.com/facebook/rocksdb/blob/main/include/rocksdb/options.h#L271

@tisonkun
Copy link
Member

Closed by #497.

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

No branches or pull requests

2 participants