Skip to content
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

Hi,I have some questions about a db api of OpenForReadOnly #1097

Closed
yangwu200799 opened this issue Apr 26, 2016 · 1 comment
Closed

Hi,I have some questions about a db api of OpenForReadOnly #1097

yangwu200799 opened this issue Apr 26, 2016 · 1 comment

Comments

@yangwu200799
Copy link

yangwu200799 commented Apr 26, 2016

I describe my requirement as follows:
I have two client of database, they are in two different processes,one has write and read request of database called A,another has only read request of database called B. Now A writes into database without a stop. I want that B can read the real time updates of database written by A.
I see that rocksdb has an api OpenForReadOnly. But it seems that B can only read the snapshot when B uses OpenForReadOnly. I don't know how can B reads the updates written by A after OpenForReadOnly.

Thanks

@yangwu200799 yangwu200799 changed the title hi,I have some question about an db api of OpenForReadOnly hi,I have some question about a db api of OpenForReadOnly Apr 26, 2016
@yangwu200799 yangwu200799 changed the title hi,I have some question about a db api of OpenForReadOnly Hi,I have some questions about a db api of OpenForReadOnly Apr 26, 2016
@gfosco
Copy link
Contributor

gfosco commented Jan 10, 2018

Closing this via automation due to lack of activity. If discussion is still needed here, please re-open or create a new/updated issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants