core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

Efficient transaction retrieval beyond limit

Open paberr opened this issue 7 months ago • 0 comments

Libmdbx supports set_lowerbound on cursors, which allows to seek to a specific duplicate data item efficiently. This is because duplicate items are represented as another B+Tree.

We can thus also retrieve older transaction history efficiently.

paberr avatar Jun 26 '24 08:06 paberr