What is Linearizability?

Consistency model for concurrent systems
Sometimes called strong consistency

A linearizable system appears as if there were only one copy of the data, while infact multiple nodes concurrently access replicated data

In other Words
As soon as one client completes a write successfully, all clients must be able to read the new value immediately

Diskussion