Lightning Memory-Mapped Database Manager
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout spins:invis:13.5:samba/lmdb && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
|
0001-Add-extra-tools-and-CFEngine-modifications-fo |
0000008393 8.2 KB | |
| LMDB_0.9.23.tar.gz | 0000143813 140 KB | |
| Makefile-build-use-shared-lib.patch | 0000004005 3.91 KB | |
| baselibs.conf | 0000000015 15 Bytes | |
| liblmdb-implicit-decl.patch | 0000000247 247 Bytes | |
| lmdb.changes | 0000010903 10.6 KB | |
| lmdb.spec | 0000004237 4.14 KB |
Comments 0