You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rocksdb
I have a use case wherein I need to open an iterator and ensure that it can see a specific write (where the write was written using a batch with the write option setSync(true)). I have the option of doing a blocking operation if necessary to ensure the target write is visible to the iterator, as long as I don't wait too long.
I'm looking for the most efficient way to do this. Thoughts?