Eventually Consistent Systems: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Software Architecture =Overview=") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://en.wikipedia.org/wiki/Eventual_consistency | |||
=Internal= | =Internal= | ||
Line 4: | Line 8: | ||
=Overview= | =Overview= | ||
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. |
Latest revision as of 19:20, 25 April 2018
External
Internal
Overview
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.