Serializable Snapshot Isolation (SSI)
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/architecture/semester-06-databases-distributed/module-04-transactions-consistency/concepts/cluster-03-implementing-isolation/09-serializable-snapshot-isolation-ssi-supporting.md - App:
architecture - Semester:
semester-06-databases-distributed - Module:
module-04-transactions-consistency - Unit kind:
concept - Curation level:
module_curated
Learning objectives
- Explain Serializable Snapshot Isolation using the language of guarantees, anomalies, and implementation costs rather than vague “strong vs weak” intuition.
- Use Serializable Snapshot Isolation to reason about what a database actually promises under concurrency and failure.
- Use
database-internals,database-system-concepts,ddiato connect the learner-facing model to isolation, recovery, distributed coordination, and real failure modes.
Prerequisites
- Comfort with relational data modeling and the basic mechanics of storage engines and replication.
Source books
database-internalsdatabase-system-conceptsddia
Source routes
Database Internals
- /books/database-internals/chapter-02-b-tree-basics via
Database Internals: Optimistic concurrency control
Database System Concepts
- /books/database-system-concepts via
Database System Concepts: Snapshot isolation (part 3),Database System Concepts: Validation-based protocols
Ddia
- /books/ddia/chapter-02-data-models-and-query-languages via
DDIA: Serializable Snapshot Isolation (part 2) - /books/ddia/chapter-07-transactions via
DDIA: Serializable Snapshot Isolation (part 1)
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- PostgreSQL Documentation: Transaction Isolation (
official_docs_companion) - Useful when the learner needs exact semantics for isolation guarantees and anomalies in a real database. - Jepsen Analyses (
optional_deep_dive) - Shows how correctness claims around consistency and transactions can fail under real distributed conditions.
AI companion modes
- Explain simply
- Socratic tutor
- Challenge my understanding
- Diagnose my confusion
- Connect forward / backward
Source-of-truth note
This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for Serializable Snapshot Isolation (SSI), and treat outside material as supporting enrichment only.