Eventual Consistency
Eventual consistency is a model where all replicas converge to the same state over time, but reads may see stale data temporarily. It underpins many distributed and highly available systems. Consensus is that eventual consistency is acceptable for many use cases if clients and business processes are designed to tolerate and correct temporary anomalies.
