Eventual consistency is a consistency model for distributed data stores where, in the absence of new updates, all replicas will eventually converge to the same state, but may be transiently inconsistent. This model prioritizes high availability and partition tolerance over immediate data uniformity, making it a cornerstone of scalable systems like vector databases and agentic memory stores. It is formally defined by the CAP theorem, which posits a trade-off between Consistency, Availability, and Partition tolerance.
