The bunch-removal feature.
#317
erthink
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Briefly,
mdbx_cursor_delete_range(begin, end, ...)andmdbx_cursor_bunch_delete(cursor, direction)are available now.These functions perform deletion with minimal overhead, including trying to cut off entire branches and pages from a B+tree.
Beta Was this translation helpful? Give feedback.
All reactions