On 2018/05/22 17:29, Paul B. Henson wrote: > > From: Stuart Henderson > > Sent: Tuesday, May 22, 2018 2:51 PM > > > > Then there are the main DB backends. These are ones where all > > OpenLDAP package users will need to adapt, which makes me less sure > > about splitting them off. > > It's unlikely somebody would be using both bdb and mdb though; so hard > coding all of the db backends would likely result in most people still > having extra fluff. Maybe this would also be a good time to recommend people > switch from bdb to mdb now that the port supports it and as far as I can > tell it has been working fine.
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. And there was the qualifying "in the current version of the library" when we asked about it .....