Lightning Memory-Mapped Database Manager
http://symas.com/mdb/
LMDB is a Btree-based database management library with an API similar
to BerkeleyDB. The library is thread-aware and supports concurrent
read/write access from multiple processes and threads. The DB
structure is multi-versioned, and data pages use a copy-on-write
strategy, which also provides resistance to corruption and eliminates
the need for any recovery procedures. The database is exposed in a
memory map, requiring no page cache layer of its own.
- Links to openSUSE:Factory / lmdb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:paddg/lmdb && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
|
0001-Add-extra-tools-and-CFEngine-modifications-fo |
0000008393 8.2 KB | |
| Makefile-build-use-shared-lib.patch | 0000004005 3.91 KB | |
| _link | 0000000124 124 Bytes | |
| baselibs.conf | 0000000015 15 Bytes | |
| liblmdb-implicit-decl.patch | 0000000247 247 Bytes | |
| lmdb.changes | 0000012189 11.9 KB | |
| lmdb.pc.in | 0000000256 256 Bytes | |
| lmdb.spec | 0000004568 4.46 KB | |
| openldap-LMDB_0.9.29.tar.gz | 0000144545 141 KB |
Comments 0