sstdump

command
v0.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL