Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 221 Bytes

linearizability.md

File metadata and controls

3 lines (2 loc) · 221 Bytes

Linearizability

Any operation in the system is propagated to all the nodes and holds the order. If there is a reader checking the value, then it can contact any arbitrary node and it gets the same result from any node.