Summary of Concurrency Control
Concurrency control key to a DBMS.
Transactions and the ACID properties:
- C & I are handled by concurrency control.
- A & D coming soon with logging & recovery.
Conflicts arise when two Xacts access the same object, and one of the Xacts is modifying it.
Serial execution is our model of correctness.