iterator traversing and data created in between

21 views
Skip to first unread message

Benoit Chesneau

unread,
Dec 21, 2015, 5:16:38 AM12/21/15
to leveldb
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
Reply all
Reply to author
Forward
0 new messages