iavl icon indicating copy to clipboard operation
iavl copied to clipboard

Examine and document iteration write behavior

Open erikgrinaker opened this issue 5 years ago • 0 comments

I suspect it may not be safe to modify a key domain while an iterator exists over it - there's currently no documentation on this, but we should look into what the behavior is and document it.

Note that IAVL does not use DB.Iterator(), which is documented to not be safe to modify while iterating.

erikgrinaker avatar Sep 25 '20 10:09 erikgrinaker