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
Cassandra_multiget_keys_scannedDescription: Number of keys we've made lookups for.
Scope: Global, Session
Data Type:
numeric
Cassandra_multiget_reads
Cassandra_multiget_readsDescription: Number of read operations.
Scope: Global, Session
Data Type:
numeric
Cassandra_multiget_rows_read
Cassandra_multiget_rows_readDescription: Number of rows actually read.
Scope: Global, Session
Data Type:
numeric
Cassandra_network_exceptions
Cassandra_network_exceptionsDescription: Number of network exceptions.
Scope: Global, Session
Data Type:
numericIntroduced: MariaDB 10.0.3
Cassandra_row_insert_batches
Cassandra_row_insert_batchesDescription: Number of insert batches performed.
Scope: Global, Session
Data Type:
numeric
Cassandra_row_inserts
Cassandra_row_insertsDescription: Number of rows inserted.
Scope: Global, Session
Data Type:
numeric
Cassandra_timeout_exceptions
Cassandra_timeout_exceptionsDescription: Number of Timeout exceptions we got from Cassandra.
Scope: Global, Session
Data Type:
numeric
Cassandra_unavailable_exceptions
Cassandra_unavailable_exceptionsDescription: Number of Unavailable exceptions we got from Cassandra.
Scope: Global, Session
Data Type:
numeric
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

