Eventual consistency

Eventual consistency is a model of data consistency whereby data is eventually consistent if it eventually converges to one consistent value, regardless of the order in which writes to that data are processed. Eventual consistency is often used in distributed systems where it is infeasible or impossible to guarantee immediate consistency. In an eventually consistent … Read more