Documentation
¶
Overview ¶
Database inspection tool for RockyardKV.
Use `ldb` to inspect a database directory and print human-readable output. Use `scan` to list keys and values. Use `manifest_dump` to decode the active MANIFEST. Use `sstfiles` to list SST files and their key ranges. Use `checkcollision` to check for internal-key collisions across SST files.
Scan a database:
```bash ./bin/ldb --db=<DB_PATH> scan ```
Dump the active MANIFEST:
```bash ./bin/ldb --db=<DB_PATH> manifest_dump -v ```
Reference: RocksDB v10.7.5 `tools/ldb_tool.cc`.
Click to show internal directories.
Click to hide internal directories.