---- START access-control.html ---- ---- END access-control.html ---- ---- START appendix-changes.html ---- ---- END appendix-changes.html ---- ---- START appendix-common-errors.html ---- ---- END appendix-common-errors.html ---- ---- START appendix-configs.html ---- ---- END appendix-configs.html ---- ---- START appendix-contrib.html ---- ---- END appendix-contrib.html ---- ---- START appendix-deployments.html ---- ---- END appendix-deployments.html ---- ---- START appendix-ldap-result-codes.html ---- ---- END appendix-ldap-result-codes.html ---- ---- START appendix-recommended-versions.html ---- ---- END appendix-recommended-versions.html ---- ---- START appendix-upgrading.html ---- ---- END appendix-upgrading.html ---- ---- START autoconf.html ---- ---- END autoconf.html ---- ---- START backends.html ---- 82c82 < directory "./ldif" --- > directory ./ldif 126c126 <

11.4. Metadirectory

--- >

11.4. MDB

127a128,147 >

The mdb backend to slapd(8) is the upcoming primary backend for a normal slapd database. It uses OpenLDAP's own Memory-Mapped Database (MDB) library to store data and is intended to replace the Berkeley DB backends.

>

It supports indexing like the BDB backends, but it uses no caching and requires no tuning to deliver maximum search performance. Like hdb, it is also fully hierarchical and supports subtree renames in constant time.

>

11.4.2. back-mdb Configuration

>

Unlike the BDB backends, the MDB backend can be instantiated with very few configuration lines:

>
>         include ./schema/core.schema
> 
>         database  mdb
>         directory ./mdb
>         suffix    "dc=suretecsystems,dc=com"
>         rootdn    "cn=mdb,dc=suretecsystems,dc=com"
>         rootpw    mdb
>         maxsize   1073741824
> 
>

In addition to the usual parameters that a minimal configuration requires, the MDB backend requires a maximum size to be set. This should be the largest that the database is ever anticipated to grow (in bytes). The filesystem must also provide enough free space to accommodate this size.

>

11.4.3. Further Information

>

slapd-mdb(5)

>
>

11.5. Metadirectory

>

11.5.1. Overview

131c151 <

11.4.2. back-meta Configuration

--- >

11.5.2. back-meta Configuration

133c153 <

11.4.3. Further Information

--- >

11.5.3. Further Information

136,137c156,157 <

11.5. Monitor

<

11.5.1. Overview

--- >

11.6. Monitor

>

11.6.1. Overview

141c161 <

11.5.2. back-monitor Configuration

--- >

11.6.2. back-monitor Configuration

188c208 <

11.5.3. Further Information

--- >

11.6.3. Further Information

191,192c211,212 <

11.6. Null

<

11.6.1. Overview

--- >

11.7. Null

>

11.7.1. Overview

201c221 <

11.6.2. back-null Configuration

--- >

11.7.2. back-null Configuration

227c247 <

11.6.3. Further Information

--- >

11.7.3. Further Information

230,231c250,251 <

11.7. Passwd

<

11.7.1. Overview

--- >

11.8. Passwd

>

11.8.1. Overview

234c254 <

11.7.2. back-passwd Configuration

--- >

11.8.2. back-passwd Configuration

267c287 <

11.7.3. Further Information

--- >

11.8.3. Further Information

270,271c290,291 <

11.8. Perl/Shell

<

11.8.1. Overview

--- >

11.9. Perl/Shell

>

11.9.1. Overview

274c294 <

11.8.2. back-perl/back-shell Configuration

--- >

11.9.2. back-perl/back-shell Configuration

276c296 <

11.8.3. Further Information

--- >

11.9.3. Further Information

279,280c299,300 <

11.9. Relay

<

11.9.1. Overview

--- >

11.10. Relay

>

11.10.1. Overview

283c303 <

11.9.2. back-relay Configuration

--- >

11.10.2. back-relay Configuration

285c305 <

11.9.3. Further Information

--- >

11.10.3. Further Information

288,289c308,309 <

11.10. SQL

<

11.10.1. Overview

--- >

11.11. SQL

>

11.11.1. Overview

296c316 <

11.10.2. back-sql Configuration

--- >

11.11.2. back-sql Configuration

359c379 <

11.10.3. Further Information

--- >

11.11.3. Further Information

---- END backends.html ---- ---- START config.html ---- ---- END config.html ---- ---- START copyright.html ---- ---- END copyright.html ---- ---- START dbtools.html ---- ---- END dbtools.html ---- ---- START glossary.html ---- 621a622,629 > MDB > > > Memory-Mapped Database > > > > ---- END glossary.html ---- ---- START index.html ---- 26c26 <
31 July 2012
--- >
3 March 2013
246c246 < 11.4. Metadirectory