A command-line administration and debugging tool for TidesDB databases. The admintool provides interactive and scripted access to database operations, SSTable/WAL inspection, and integrity verification.
- Open, close, inspect, and backup TidesDB databases
- Create, drop, rename, clone, list, and get statistics for column families
- Put, get, delete, scan, range queries, and prefix searches
- List, inspect, dump entries, show statistics, and list keys from SSTable files
- List, inspect, dump entries, and verify integrity of WAL files
- Trigger compaction, flush memtables, verify integrity
The admintool is built as part of the TidesDB project:
cd tidesdb
mkdir build && cd build
cmake ..
make admintoolThe binary will be located at build/admintool/admintool.
./admintoolTo learn more go to the admintool reference on the TidesDB website.