mdb_copy
Symas Lightning Memory-Mapped Database
Install
- All systems
-
curl cmd.cat/mdb_copy.sh
- Debian
-
apt-get install lmdb-utils
- Ubuntu
-
apt-get install lmdb-utils
- Alpine
-
apk add lmdb
- Arch Linux
-
pacman -S lmdb
- Kali Linux
-
apt-get install lmdb-utils
- Fedora
-
dnf install lmdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lmdb-utils
- OS X
-
brew install lmdb
- Raspbian
-
apt-get install lmdb-utils
- Dockerfile
- dockerfile.run/mdb_copy
- Docker
-
docker run cmd.cat/mdb_copy mdb_copy
powered by Commando
lmdb
Symas Lightning Memory-Mapped Database
lmdb-utils
Lightning Memory-Mapped Database Utilities
This package provides tools for manipulating LMDB databases: * mdb_stat - LMDB environment status tool * mdb_copy - LMDB environment copy tool Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space, (it is not limited to the size of physical RAM).