Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Open rocksdb in ReadOnly Mode #72

Closed
cisaacson opened this issue Aug 2, 2018 · 1 comment · Fixed by #98
Closed

Open rocksdb in ReadOnly Mode #72

cisaacson opened this issue Aug 2, 2018 · 1 comment · Fixed by #98
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cisaacson
Copy link

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).

@vweevers vweevers added enhancement New feature or request help wanted Extra attention is needed labels Jan 1, 2019
@eugeneware
Copy link
Contributor

@cisaacson I've created a PR for this in #98 and also published a personal fork of the leveldown module at @eugeneware/rocksdb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants