System Design Interview Concepts – Eventual Consistency
What is Eventual Consistency?
Distributed systems will face network partitioning at some point in their life cycle. When network partitioning happens, CAP theorem dictates that if you pick availability, you cannot have true(strong) consistency, but you can still provide “eventual …
Read More