Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Two actions on the same data object, modified by different transactions, conflict, if at least one of them is a write. The three anomalous situations can be described in terms of when the actions of two transactions T1 and T2 conflict with each other: in a write-read (WR) conflict T2 reads a data object previously written by T1; we define read-write (RW) and write-write (WW) conflicts similarly.

Description

// Provide the design of the solution.

...