Schedule - PGDay.EU 2010

MVCC Unmasked

Date: 2010-12-07
Time: 13:10–14:00
Room: Berlin 1+2

Multiversion 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. This talk is for advanced users.

Speaker

Bruce Momjian