ldb

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: 16 Imported by: 0

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

Jump to

Keyboard shortcuts

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