Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
getsstables [-hf | --hex-format] <keyspace> <table> <key>
- Gets the SStables that contain the given key.
nodetool getsstables [-hf | --hex-format] <keyspace> <table> <key>
Parameter |
Description |
---|---|
-hf / –hex-format |
Specify the key in hexadecimal string format |
For example:
nodetool getsstables ks tbl mykey
Example output:
/var/lib/scylla/data/ks/tbl-3ca78460d61611eea0b49524e39553c0/me-3gec_0mu7_5az0024x96bfm476r6-big-Data.db
/var/lib/scylla/data/ks/tbl-3ca78460d61611eea0b49524e39553c0/me-3gec_0mu7_7bz0024x96bfm476r6-big-Data.db
Was this page helpful?