Next: , Previous: , Up: lib-lmdb   [Contents][Index]


10.26.3 Lightning Memory-Mapped Database Manager (LMDB)

LMDB is a software library that provides a transactional database in the form of a key-value store. LMDB stores arbitrary key/data pairs as byte arrays, has a range-based search capability, and supports multiple data items for a single key. LMDB is fully thread-aware and supports concurrent read/write access from multiple processes and threads.

For details on the underlying technology, we refer to the OpenLDAP home page https://www.openldap.org/.


Send feedback on this subject.