Lines Matching refs:LMDB
5 # Postfix LMDB adapter
19 # The Postfix LMDB adapter provides access to a persistent,
27 # The LMDB adapter supports all Postfix lookup table operations.
28 # This makes LMDB suitable for Postfix address rewriting,
42 # Changes to an LMDB database do not trigger an automatic
48 # LMDB's copy-on-write architecture provides safe updates,
54 # Multiple processes can safely update an LMDB database without
56 # makes LMDB suitable as a shared cache for verify(8) or
61 # The Postfix LMDB adapter does not use LMDB's built-in locking
65 # Programs that use LMDB's built-in locking protocol will
66 # corrupt a Postfix LMDB database or will read garbage.
68 # Every Postfix LMDB database read or write transaction must
86 # The initial OpenLDAP LMDB database size limit in bytes.
99 # LMDB_README, Postfix OpenLDAP LMDB howto
105 # LMDB support was introduced with Postfix version 2.11.