Skip to content

Add lesson 37: MVCC and isolation#97

Open
exekias wants to merge 1 commit into
mainfrom
lesson/37-mvcc-and-isolation
Open

Add lesson 37: MVCC and isolation#97
exekias wants to merge 1 commit into
mainfrom
lesson/37-mvcc-and-isolation

Conversation

@exekias

@exekias exekias commented Jul 2, 2026

Copy link
Copy Markdown
Member

Adds MVCC and isolation (roadmap item 01-mvcc-and-isolation) — the new Module 9: Concurrency.

Summary

How Postgres runs concurrent transactions correctly — row versions (xmin/xmax), snapshots, the read phenomena, and the four isolation levels.

Check

One query-returns check (transfer-committed) — the learner runs a REPEATABLE READ transaction to known balances, verified by query-returns.

Verified end-to-end against a non-superuser Postgres 16. npm run lessons:validate (34/34) and next build both pass.

Part of #6

🤖 Generated with Claude Code

Part of #6

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
learn-postgres Ready Ready Preview Jul 2, 2026 3:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant