Eventual Consistency

Cassandra maximizes availability and partition tolerance. Cassandra ensures eventual consistency by updating all replicas during read operations and periodically checking and updating any replicas not directly accessed. This is Cassandra’s way of ensuring that any query always returns the most recent version of the result set, and that all replicas of any given row will eventually become completely consistent with each other.