Symas LMDB is an incredibly swift and memory-efficient database that we created specifically for the OpenLDAP Project. Utilizing memory-mapped files, it achieves the read speed typical of purely in-memory databases while also providing the durability associated with traditional disk-based systems. In essence, despite its modest size of just 32KB of object code, LMDB packs a significant punch; it is indeed the perfect 32KB. The compact nature and efficiency of LMDB are integral to its remarkable capabilities. For those integrating LMDB into their applications, Symas provides fixed-price commercial support. Development is actively carried out in the mdb.master branch of the OpenLDAP Project’s git repository. Moreover, LMDB has garnered attention across numerous impressive products and publications, highlighting its versatility and effectiveness in various contexts. Its widespread recognition further cements its status as a vital tool for developers.