Later reads and writes stay behind the prior writer's commit boundary in this toy value model.
highlighted = computed this step
Keep reads and writes behind the boundary
A stricter rule also keeps later writes behind the prior writer's commit boundary in this toy value model.
commit before later access
Show the boundary
The schedule has 6 events. Each later access to the item waits behind the previous writer's commit.
events=6
Safe commit and rollback schedules are tiny finite histories; logging, undo, ARIES, timing, isolation-level, product, and performance claims are out of scope.
Read the strict label
The strict classification is yes.
strict=yes
Summary
No locks, timestamps, or logging mechanism is claimed; only the schedule property is classified.