Verifying sst_dump Parameters
Prerequisites
Before running following commands, create a target database or ensure that a database has been created. The following assumes that a database already exists.
Procedure
- Go to the /home directory.
cd /home
- Print the properties of the SST file.
sst_dump --file=/home/rocksdb/rkdb/000004.sst --show_properties

Parent topic: Examples