-
Notifications
You must be signed in to change notification settings - Fork 0
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