On Mon, Nov 7, 2022 at 8:05 PM Matthias J. Sax <mj...@apache.org> wrote:
> However, I don't think that there is any guarantee that you might "see" > concurrent modification (IIRC, RocksDB uses snapshot isolation for > iterators). But maybe that's good enough for you? Yes, thankfully that is exactly what I'm after, I'm only looking for eventual consistency here, and as such am perfectly alright for new entries to be added and then not processed in an ongoing run of the punctuator code, only to be picked up the next time around. Thanks so much for the help! Joshua