mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
Implement the nodetool.compact() function, requesting a major compaction of the given table. As usual for the nodetool.* functions, this is implemented with the REST API if available (i.e., testing Scylla), or with the external "nodetool" command if not (for testing Cassandra). Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20220206163820.1875410-1-nyh@scylladb.com>