The document discusses LDAP at Lightning Speed and provides information about LMDB, a new key-value database created by Howard Chu that is optimized for LDAP backends. LMDB uses a single-level store design with memory-mapped files and copy-on-write to provide fully transactional, ACID-compliant access without the need for caching, locking, or write-ahead logging. It has a simple configuration and outperforms Berkeley DB while using a fraction of the code size.