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
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: