/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | CHANGES | 1 LMDB 0.9 Change Log 3 LMDB 0.9.29 Release (2021/03/16) 7 LMDB 0.9.28 Release (2021/02/04) 10 LMDB 0.9.27 Release (2020/10/26) 13 LMDB 0.9.26 Release (2020/08/11) 16 LMDB 0.9.25 Release (2020/01/30) 21 LMDB 0.9.24 Release (2019/07/24) 26 LMDB 0.9.23 Release (2018/12/19) 34 LMDB 0.9.22 Release (2018/03/22) 41 LMDB 0.9.21 Release (2017/06/01) [all …]
|
H A D | intro.doc | 15 LMDB is compact, fast, powerful, and robust and implements a simplified 62 Because LMDB is very efficient (and usually zero-copy), the data returned 104 LMDB uses POSIX locks on files, and these locks have issues if one 107 share the LMDB environment that has opened the file across all threads.
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | lmdb_table | 5 # Postfix LMDB adapter 19 # The Postfix LMDB adapter provides access to a persistent, 27 # The LMDB adapter supports all Postfix lookup table operations. 28 # This makes LMDB suitable for Postfix address rewriting, 42 # Changes to an LMDB database do not trigger an automatic 48 # LMDB's copy-on-write architecture provides safe updates, 54 # Multiple processes can safely update an LMDB database without 56 # makes LMDB suitable as a shared cache for verify(8) or 61 # The Postfix LMDB adapter does not use LMDB's built-in locking 65 # Programs that use LMDB's built-in locking protocol will [all …]
|
H A D | stop | 1176 LMDB 1300 LMDB's
|
/netbsd-src/external/bsd/openldap/lib/slapd/back-mdb/ |
H A D | Makefile | 12 LMDB=${LDAP_DISTDIR}/libraries/liblmdb macro 14 .PATH: ${BACK_MDB} ${LMDB} 18 CPPFLAGS+=-I${SLAPD} -I${BACK_MDB} -I${LMDB}
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-2.11 | 49 Major changes - LMDB database support 52 LMDB is a memory-mapped database that was originally developed as 53 part of OpenLDAP. The Postfix LMDB driver was originally contributed 54 by Howard Chu, LMDB's creator. 56 LMDB can be used for all Postfix lookup tables and caches. It is 61 LMDB databases with non-Postfix programs. 63 Postfix currently requires LMDB version 0.9.11 or later. The minimum
|
H A D | RELEASE_NOTES-3.7 | 69 [Feature 20210605] Overhauled the LMDB client's error handling, and
|
H A D | HISTORY | 18263 Feature: LMDB (memory-mapped persistent file) support by 18275 of (LMDB) bulk database transactions. With this, LMDB 18277 tlsmgr(8), and LMDB databases no longer perform glacially 18286 Robustness: Postfix programs can now recover from LMDB 18288 When a program opens an LMDB file larger than lmdb_map_size/3, 18298 Postfix support for LMDB databases is suspended due to the 18302 Postfix may support LMDB again when it no longer limits the 18304 into LMDB itself, or implicit by requiring an unbounded 18842 Update: LMDB client updated to LMDB 0.9.7, which hopefully 18850 The status of LMDB databases is "not recommended". Unlike [all …]
|
H A D | RELEASE_NOTES-3.0 | 326 packages. Postfix 3.0 supports dynamic loading for CDB, LDAP, LMDB,
|
H A D | INSTALL | 384 |LMDB database |LMDB_README |Postfix 2.11|
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | maintenance.sdf | 17 1. Backup the LMDB database itself 19 The LMDB database can be copied live using the mdb_copy command. If the database
|
H A D | intro.sdf | 269 system (RDBMS) instead of an embedded key/value store like LMDB?}} In 276 reliability. OpenLDAP uses {{TERM:LMDB}} concurrent / transactional 333 Much better to use something light and fast, like {{TERM:LMDB}}. 349 that uses a relational database to do inefficiently what LMDB does efficiently. 407 The MDB backend utilizes {{TERM:LMDB}}.
|
H A D | backends.sdf | 165 H2: LMDB 172 Lightning Memory-Mapped Database ({{TERM:LMDB}}) 460 LMDB (as the standard back-mdb backend does), though it can be used as such with
|
H A D | aspell.en.pws | 1672 LMDB 1673 LMDB's
|
H A D | install.sdf | 116 OpenLDAP's {{slapd}}(8) {{TERM:MDB}} primary database backend uses the {{TERM:LMDB}}
|
H A D | slapdconfig.sdf | 655 This option specifies flags for finer-grained control of the LMDB library's
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | named-nzd2nzf.c | 17 #error This program requires the LMDB library.
|
/netbsd-src/external/mpl/bind/dist/m4/ |
H A D | ax_lib_lmdb.m4 | 13 # Test for the LMDB library in a path
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | db.m4 | 32 [if you don't want LMDB]),[ 142 AC_DEFINE(HAVE_LMDB, 1, [define if you have the LMDB library]))])])
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | slapd.ldif | 76 # LMDB database definitions
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | build.inc.rst | 120 To support storing configuration data for runtime-added zones in an LMDB 122 (https://github.com/LMDB/lmdb). If this is installed in a nonstandard
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | configure.ac | 857 [use LMDB library @<:@default=auto@:>@, optionally specify the prefix for lmdb library])], 864 [auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb], 878 # hard fail when LMDB requested, but not found 880 [AC_MSG_ERROR([LMDB requested, but not found])]) 1730 test -z "$LMDB_LIBS" || echo " LMDB database to store configuration for 'addzone' zones (--with-lmdb)" 1802 test -z "$LMDB_LIBS" && echo " LMDB database to store configuration for 'addzone' zones (--with-lmdb)"
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/ |
H A D | preamble.sdf | 223 LMDB|Lightning Memory-Mapped Database
|
/netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
H A D | config.h.in | 565 /* define if you have the LMDB library */
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | NEWS | 297 - HDB now supports LMDB
|