6 — Timestamp Protocols
Purpose
[stub: timestamp-protocols]
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.
4 — Concurrency Control
Covers lock-based concurrency control — shared and exclusive locks, lock granularity, and intention locks.