> From: Stuart Henderson > Sent: Tuesday, May 22, 2018 6:08 PM > > Very mixed opinions about this, I'm not a fan of BDB, but then MDB/LMDB is > really meant for an OS with unified-buffer-cache, and though it works at > the moment without (assuming the WRITEMAP option is used), it's not like > most people working on this upstream are going to be expecting any current > OS to still not have UBC.
The writemap option is frequently recommended even under linux for performance tuning, although I'm not familiar enough with the underlying database implementation to know if even that at some point might require a UBC. Honestly, I don't really care too much about which database backend people use :), but I would really prefer not to have bdb statically compiled into the binary for users like myself that don't avail of it.