Skip to content

One writer, many readers #111

Answered by Congyuwang
WhattaSkilL asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I found the following from rocksdb doc:

RocksDB database can be opened in read-write mode (aka. Primary Instance) or can be opened in read-only mode. RocksDB supports two variations of read-only mode:

Read-only Instance - Opens the database in read-only mode. When the Read-only instance is created, it gets a static read-only view of the Primary Instance’s database contents
Secondary Instance – Opens the database in read-only mode. Supports extra ability to dynamically catch-up with the Primary instance (through a manual call by the user – based on their delay/frequency requirements)

https://github.com/facebook/rocksdb/wiki/Read-only-and-Secondary-instances

So, the read only mode gets …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Congyuwang
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #110 on February 29, 2024 03:18.