Cassandra

Cassandra Attributes

This section defines attributes for Cassandra.

AttributeTypeDescriptionExamplesStability
cassandra.consistency.levelstringThe consistency level of the query. Based on consistency values from CQL.all; each_quorum; quorumExperimental
cassandra.coordinator.dcstringThe data center of the coordinating node for a query.us-west-2Experimental
cassandra.coordinator.idstringThe ID of the coordinating node for a query.be13faa2-8574-4d71-926d-27f16cf8a7afExperimental
cassandra.page.sizeintThe fetch size used for paging, i.e. how many rows will be returned at once.5000Experimental
cassandra.query.idempotentbooleanWhether or not the query is idempotent.Experimental
cassandra.speculative_execution.countintThe number of times a query was speculatively executed. Not set or 0 if the query was not executed speculatively.0; 2Experimental

cassandra.consistency.level has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
allallExperimental
anyanyExperimental
each_quorumeach_quorumExperimental
local_onelocal_oneExperimental
local_quorumlocal_quorumExperimental
local_seriallocal_serialExperimental
oneoneExperimental
quorumquorumExperimental
serialserialExperimental
threethreeExperimental
twotwoExperimental