Documentation
¶
Overview ¶
SST inspection tool for RockyardKV.
Use `sstdump` to inspect and validate SST files written by RockyardKV. Use `--command=scan` to print key-value entries. Use `--command=properties` to print table properties. Use `--command=check` to validate structure and checksums. Use `--command=collision-check` to scan a DB directory for internal-key collisions across SST files.
Scan an SST:
```bash ./bin/sstdump --file=<SST_FILE> --command=scan ```
Check an SST with checksum verification:
```bash ./bin/sstdump --file=<SST_FILE> --command=check --verify_checksums ```
Reference: RocksDB v10.7.5 `tools/sst_dump_tool.cc`.
Click to show internal directories.
Click to hide internal directories.