|
|
|
|
|
by vorpalhex
2028 days ago
|
|
> Eventual consistency is a consistency model used in distributed computing to achieve high availability that informally guarantees that, if no new updates are made to a given data item, eventually all accesses to that item will return the last updated value. [1] That is literally the definition of eventual consistency. How you achieve it doesn't matter to being eventually consistent, just that it is. [1] - https://en.wikipedia.org/wiki/Eventual_consistency |
|