nodetool setcompactionthroughput

Sets the throughput capacity for compaction in the system, or disables throttling.

Sets the throughput capacity for compaction in the system, or disables throttling.

Synopsis

nodetool <options> setcompactionthroughput -- <value_in_mb>
  • 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.
  • value_in_mb is the throughput capacity in MB per second for compaction.

Description

Set value_in_mb to 0 to disable throttling.