What Is a Consistency Model?
Learn what a consistency model is.
We'll cover the following...
Introduction
In a distributed database, if we look at the state of two database replicas simultaneously, we may not see the same data on both replicas. This is because modification requests arrive on different replicas at different points in time. Let’s look at how ...