Back to Developer Roadmap

Multi-Version Concurrency Control (MVCC)

src/data/roadmaps/postgresql-dba/content/mvcc@-_ADJsTVGAgXq7_-8bdIO.md

4.0760 B
Original Source

Multi-Version Concurrency Control (MVCC)

Multi-Version Concurrency Control (MVCC) is a technique used by PostgreSQL to allow multiple transactions to access the same data concurrently without conflicts or delays. It ensures that each transaction has a consistent snapshot of the database and can operate on its own version of the data.

Visit the following resources to learn more: