Skip to content

Topic

PostgreSQL MVCC

PostgreSQL's multiversion concurrency control, in which an update writes a new tuple version and leaves the old one visible to older snapshots until cleanup removes it.

Current clusters