Discussion:
[leveldb] Ordered Puts
Vijay Chidambaram
2016-05-02 19:38:53 UTC
Permalink
Hi,

What are the guarantees provided by LevelDB with respect to ordering of
puts? I wasn't able to find a clear answer to this in the documentation.

If I put key A and then key B asynchronously, is it always guaranteed that
the db will always contain A if it contains B?

If there are two threads inserting A1, B1, C1 and A2, B2, C2 in order
asynchronously, what is guaranteed about the ordering of these keys?

Thanks,
Vijay
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...