Cassandra System Variables
CassandraSE is no longer actively being developed and has been removed in MariaDB 10.6. See MDEV-23024.
This page documents system variables related to the Cassandra storage engine. See Server System Variables for a complete list of system variables and instructions on setting them.
cassandra_default_thrift_host
cassandra_default_thrift_hostDescription: Host to connect to, if not specified on per-table basis.
Scope: Global
Dynamic: Yes
Data Type:
string
cassandra_failure_retries
cassandra_failure_retriesDescription: Number of times to retry on timeout/unavailable failures.
Scope: Global, Session
Dynamic: Yes
Data Type:
numericDefault Value:
3Valid Values:
1to1073741824
cassandra_insert_batch_size
cassandra_insert_batch_sizeDescription: INSERT batch size.
Scope: Global, Session
Dynamic: Yes
Data Type:
numericDefault Value:
100Valid Values:
1to1073741824
cassandra_multiget_batch_size
cassandra_multiget_batch_sizeDescription: Batched Key Access batch size.
Scope: Global, Session
Dynamic: Yes
Data Type:
numericDefault Value:
100Valid Values:
1to1073741824
cassandra_read_consistency
cassandra_read_consistencyDescription: Consistency to use for reading. See Datastax's documentation for details.
Scope: Global, Session
Default Value:
ONEValid Values:
ONE,TWO,THREE,ANY,ALL,QUORUM,EACH_QUORUM,LOCAL_QUORUM, ``
cassandra_rnd_batch_size
cassandra_rnd_batch_sizeDescription: Full table scan batch size.
Scope: Global, Session
Default Value:
10000Valid Values:
1to1073741824
cassandra_write_consistency
cassandra_write_consistencyDescription: Consistency to use for writing. See Datastax's documentation for details.
Scope: Global, Session
Default Value:
ONEValid Values:
ONE,TWO,THREE,ANY,ALL,QUORUM,EACH_QUORUM,LOCAL_QUORUM, ``
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

