Transaction Processing
Transaction Processing
Introduction to
Transaction
Processing
Concepts and
Theory
• Schedule A: r1(X); w1(X); r2(X); w2(X); c2; r1(Y); w1(Y); c1 (or a1)
• Schedule B: r1(X); w1(X); r2(X); w2(X); r1(Y); w1(Y); c1 (or a1); ...
In Sa, the operations w2(X) and w3(X) are blind writes, since
T2 and T3 do not read the value of X.