Cassandra Status Variables
Legacy Cassandra storage engine description. Cassandra was removed from MariaDB in MariaDB 10.6.
This page documents status variables related to the Cassandra storage engine. See Server Status Variables for a complete list of status variables that can be viewed with SHOW STATUS.
Cassandra_multiget_keys_scanned
Description: Number of keys we've made lookups for.
Cassandra_multiget_reads
Description: Number of read operations.
Cassandra_multiget_rows_read
Description: Number of rows actually read.
Cassandra_network_exceptions
Description: Number of network exceptions.
Cassandra_row_insert_batches
Description: Number of insert batches performed.
Cassandra_row_inserts
Description: Number of rows inserted.
Cassandra_timeout_exceptions
Description: Number of Timeout exceptions we got from Cassandra.
Cassandra_unavailable_exceptions
Description: Number of Unavailable exceptions we got from Cassandra.
This page is licensed: CC BY-SA / Gnu FDL