Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mdb over hdb #50

Merged
merged 1 commit into from
Jun 9, 2016
Merged

Use mdb over hdb #50

merged 1 commit into from
Jun 9, 2016

Commits on Apr 28, 2016

  1. Use mdb over hdb

    «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 (LMDB) 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.»
    http://www.openldap.org/doc/admin24/backends.html
    mikefaille committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1166325 View commit details
    Browse the repository at this point in the history