nodetool getcompactionthreshold
Provides the minimum and maximum compaction thresholds in megabytes for a table.
Provides the minimum and maximum compaction thresholds in megabytes for a table.
Synopsis
nodetool <options> getcompactionthreshold -- <keyspace> <table>
- 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 the name of a keyspace.
- table is the name of a table.