Skip to main content
← Knowledge Graph
Data SystemsNew

🧩 Linearizability

The strongest consistency model: ensuring the system behaves as if there is only one copy of the data and all operations are atomic.

🎯 Mastery Criteria

Student can explain the trade-off between Linearizability and performance (latency).

⚠️ Common Trap

Linearizability is the same as Serializability.