https://bugs.openldap.org/show_bug.cgi?id=9769
--- Comment #2 from Howard Chu hyc@openldap.org --- (In reply to rouzier@gmail.com from comment #0)
Created attachment 859 [details] New functionality mdb_cursor_get_batch
New functionality mdb_cursor_get_batch
mdb_cursor_get_batch retrieves a page worth of key/values. This is to reduce the number of function calls when doing a scan of the database.
That's what MDB_GET_MULTIPLE is for.