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

no API to customize rocksdb options and read-only mode #44

Closed
yihuang opened this issue Mar 8, 2023 · 1 comment
Closed

no API to customize rocksdb options and read-only mode #44

yihuang opened this issue Mar 8, 2023 · 1 comment

Comments

@yihuang
Copy link
Contributor

yihuang commented Mar 8, 2023

Currently we use the NewRocksDBWithRawDB API for two things:

  • tune the rocksdb options as we want
  • open the db in read-only mode, rocksdb support multi-process readers on a live db, we use it to run read-only tasks on live db.
@melekes
Copy link
Contributor

melekes commented Nov 15, 2023

Closed by #42

@melekes melekes closed this as completed Nov 15, 2023
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

2 participants