Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Multi-Version Concurrency Control

You are here: irt.org | FOLDOC | Multi-Version Concurrency Control

<database> (MVCC) An advanced technique for improving multi-user database performance.

The main difference between multiversion and lock models is that in MVCC locks acquired for querying (reading) data don't conflict with locks acquired for writing data and so reading never blocks writing and writing never blocks reading.

This technique is used in the free software database PostgreSQL.

(1999-06-18)

Nearby terms: Multi-User Dimension « Multi-User Dungeon « Multi-User Shared Hallucination « Multi-Version Concurrency Control » multi-way branch » MuMath » mumblage

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb