You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Is there an option that can be passed to level/rocksdb to open rocksdb in ReadOnly Mode? I see how to do it from native code, but not from the level(path, options). I would like to have one process in read/write mode, and another process in ReadOnly mode (even if that means it is only a snapshot of the database at the time of open, that is OK).
The text was updated successfully, but these errors were encountered:
Is there an option that can be passed to level/rocksdb to open rocksdb in ReadOnly Mode? I see how to do it from native code, but not from the
level(path, options)
. I would like to have one process in read/write mode, and another process in ReadOnly mode (even if that means it is only a snapshot of the database at the time of open, that is OK).The text was updated successfully, but these errors were encountered: