Skip to content

Distributed Systems

Roberto Fronteddu edited this page May 16, 2026 · 6 revisions
  • Strict Serializability: This is the combination of Serializability (transactions appear to execute in some sequential order) and Linearizability (that order must respect real-time precedence). If transaction A finishes before transaction B starts, B must see the effects of A.
  • Linearizability: order must respect real-time precedence
  • Serializability: transactions appear to execute in some sequential order
image

Clone this wiki locally