Wietse Venema via Postfix-users <[email protected]> writes: > Consider using LMDB or CDB instead. > > - CDB is optimized for tables that don't change. > > - LMDB was proposed 10 yeara ago as a replacement for Berkeley DB, > because of a licensing issue.
Thanks, using lmdb works like charm. The main reason I tried btree was that it is referenced in the documentation. Would it potentially make sense to replace the btree / hash examples in the documentation with lmdb by default? BR, Nico -- Sustainable and modern Infrastructures by ungleich.ch _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
