Concept Flow - Timestamp-based protocols
Transaction requests data
Check timestamps of transaction and data
Compare transaction TS with read/write TS
TS < readTS?
Abort Tx
Update read/write timestamps
Transaction continues or restarts
The protocol checks timestamps to decide if a transaction can read or write data without conflicts, aborting if it violates timestamp order.