We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we use RwLock<Option<DBAndColumns>> in order to:
RwLock<Option<DBAndColumns>>
restore
self
Another alternative to consider is to use https://docs.rs/arc-swap/0.4.4/arc_swap/. What are the cons/pros of each approach?
cc #313 (comment)
The text was updated successfully, but these errors were encountered:
closing as wontfix since we're deprecating kvdb-rocksdb
Sorry, something went wrong.
No branches or pull requests
Currently we use
RwLock<Option<DBAndColumns>>
in order to:restore
) a RocksDB kvdb database.self
by refAnother alternative to consider is to use https://docs.rs/arc-swap/0.4.4/arc_swap/.
What are the cons/pros of each approach?
cc #313 (comment)
The text was updated successfully, but these errors were encountered: