From: Quanah Gibson-Mount Date: Tue, 20 Oct 2015 16:20:26 +0000 (-0500) Subject: mdb is the recommended backend to OpenLDAP X-Git-Tag: OPENLDAP_REL_ENG_2_4_43~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8e46deafbb30c1fb310b5bcbef8ba9629db19d7;p=openldap mdb is the recommended backend to OpenLDAP --- diff --git a/doc/guide/admin/backends.sdf b/doc/guide/admin/backends.sdf index fe961cd40e..2057b6197f 100644 --- a/doc/guide/admin/backends.sdf +++ b/doc/guide/admin/backends.sdf @@ -23,7 +23,7 @@ H2: Berkeley DB Backends H3: Overview -The {{hdb}} backend to {{slapd}}(8) is the recommended primary backend for a +The {{hdb}} backend to {{slapd}}(8) is a backend for a normal {{slapd}} database. It uses the Oracle Berkeley DB ({{TERM:BDB}}) package to store data. It makes extensive use of indexing and caching (see the {{SECT:Tuning}} section) to speed data access. @@ -196,7 +196,7 @@ H2: LMDB H3: Overview -The {{mdb}} backend to {{slapd}}(8) is the upcoming primary backend for a +The {{mdb}} backend to {{slapd}}(8) is the recommended primary backend for a normal {{slapd}} database. It uses OpenLDAP's own Lightning Memory-Mapped Database ({{TERM:LMDB}}) library to store data and is intended to replace the Berkeley DB backends.