Discussion:
[leveldb] iterator traversing and data created in between
Benoit Chesneau
2015-12-21 10:16:38 UTC
Permalink
Like I understand the iterator is capturing last sequence and then return
each K/V where the sequence of the Key is less or equal to it and skip
others. But what happen when many new K/Vs are inserted in the range and we
didn't go over then yet. Will it also skip them until it find a good K/V
to return? Or is there some mechanism that makes the iterator completely
isolated from updates?

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