NoSQL

Eventual Consistency

English

Overview

A consistency model that tolerates a temporary gap until an update reaches every node.

Details

A consistency model for distributed systems that tolerates temporary inconsistency while guaranteeing all replicas eventually converge to the same state. Reading from a stale replica right after an update can return data from before the update was applied.

More Database terms