|< < 14 > >|

Strict Two-Phase Locking

Two-phase

Imagine that each R or W is surrounded by lock/unlock.

This schedule is not serializable:

T1 T2
R(A)
W(A)
R(A)
W(A)
R(B)
W(B)
commit
R(B)
W(B)
commit

|< < 14 > >|