Your Account
You need to enable JavaScript to view more than 15 articles by this author.
PostgreSQL's Multi-Version Concurrency Control Publish Date: May. 25, 2001
Multi-Version Concurrency Control (MVCC) in PostgreSQL helps avoid the frustration that "locks" can cause by making users wait while working in a multi-user database environment. In this article, GreatBridge engineer Joseph Mitchell explains how MVCC works.