-
Notifications
You must be signed in to change notification settings - Fork 161
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
open the same db in read only mode #811
Comments
rocksdb allows to open in readonly mode |
See #678 |
rocksdb read only mode cannot sync with the write, secondary db instance doesn't work well either, if we cannot find a very useful and elegant solution, then I think we can abandon this the whole point is to have 1 R/W + n R instances and the n read instances can sync well with the write |
I believe this is available now since the document clarifies: |
Error: Database already open. Cannot acquire lock.
I have one process which does read & write, another process which does read
The text was updated successfully, but these errors were encountered: