4 — Concurrency Control
Purpose
[stub: concurrency-control]
Metadata
| Author | Amit Singh |
| Scope | dbms |
Local graph
Related notes
1 — Transaction Fundamentals
Covers the transaction lifecycle, its states, and the atomicity guarantee that ties them together.
2 — ACID Properties
Covers the four ACID properties — atomicity, consistency, isolation, durability — and what each guarantees.
3 — Concurrency Problems
Covers the concurrency anomalies isolation levels exist to prevent — dirty reads, non-repeatable reads, phantom reads, lost updates, and write skew.
5 — Two-Phase Locking
Covers basic, strict, and rigorous two-phase locking and the serializability guarantees each provides.