Timestamp Based Protocol for Cc
Timestamp Based Protocol for Cc
In order to assure such behavior, the protocol maintains for each data
Q two timestamp values:
Database System Concepts - 6th Edition 15.2 ©Silberschatz, Korth and Sudarshan
Timestamp-Based Protocols (Cont.)
Database System Concepts - 6th Edition 15.3 ©Silberschatz, Korth and Sudarshan
Timestamp-Based Protocols (Cont.)
Database System Concepts - 6th Edition 15.4 ©Silberschatz, Korth and Sudarshan
T26: read(B);
T25: read(B); B := B − 50;
read(A); write(B);
display(A + B). read(A);
A := A + 50;
write(A);
display(A + B).
Database System Concepts - 6th Edition 15.6 ©Silberschatz, Korth and Sudarshan