Eventual consistency
-
Eventual consistency and strict consistencyModeling/TheoremParadigm 2019. 9. 28. 21:23
1. Overview Let’s define eventual consistency vs strict consistency. 2. Description 2.1 Strict consistency(or immediate or strong) For any incoming write operation, once a write is acknowledged to the client, the updated value is visible on reading from any replicated node (server) in the system Guaranteed data resiliency Once a write is acknowledged to the client the update is protected from no..