Basic HTML version of Foils prepared 7 October 97

Foil 26 Example of failure due to lack of concurrency control

From Second Part of RDBMS Discussion ARL Database Tutorial -- February 98. by Gang Cheng Marek Podgorny Chao-Wei Ou


1 Time Steps:
  • Step 1: Node 1 reads block 1 from disk and stores in Node 1 memory cache, Node 2 reads block 1 from disk and stores in Node 2 memory cache
  • Step 2: Node 1 writes information to block 1, Node 2 writes information to block 1
  • Step 3: Node 1 writes block 1 to disk
  • Step 4: Node 3 reads block 1 from disk and stores in Node 3 memory cache
2 In this situation, Node 1 and 3 have the same information in each memory cache, but Node 2 has an inconsistent cache.

in Table To:


© on Mon Oct 13 1997