Eventual Consistency

An approach used in several NoSQL databases, including (optionally) Apache Cassandra, where the results of a successful write are not guaranteed to be reflected immediately in subsequent reads. Eventual consistent can be used to provide high availability with lower infrastructure costs than strong consistency.