nodetool getsstables
Provides the SSTables that own the partition key.
Provides the SSTables that own the partition key.
Synopsis
nodetool <options> getsstables -- <keyspace> <table> key
- Options are:
- ( -h | --host ) <host name> | <ip address>
- ( -p | --port ) <port number>
- ( -pw | --password ) <password >
- ( -u | --username ) <user name>
- ( -pwf <passwordFilePath | --password-file <passwordFilePath> )
- -- separates an option and argument that could be mistaken for a option.
- keyspace is a keyspace name.
- table is a table name.
- key is the partition key of the SSTables.