This site is about a previous instance of this event. For the current event, please see the updated site.

Schedule - PGConf.EU 2022

MVCC Unmasked

Date: 2022-10-27
Time: 13:40–14:30
Room: Berlin 1
Level: Advanced

Multi-Version Concurrency Control (MVCC) allows Postgres to offer high concurrency even during significant database read/write activity. MVCC specifically offers behavior where "readers never block writers, and writers never block readers". This talk explains how MVCC is implemented in Postgres and highlights optimizations which minimize the downsides of MVCC.

Slides

The following slides have been made available for this session:

Speaker

Bruce Momjian