Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
flush - Flush memtables to on-disk SSTables in the specified keyspace and table(s).
For example:
nodetool flush
nodetool flush keyspace1
nodetool flush keyspace1 standard1
nodetool flush [<keyspace> [<table> ...]]
nodetool flush takes the following parameters:
Parameter Name |
Description |
---|---|
|
The keyspace to operate on. If omitted, all keyspaces are flushed. |
|
One or more tables to operate on. Tables may be specified only if a keyspace is given. If omitted, all tables in the specified keyspace are flushed. |
See also
Was this page helpful?
On this page