Guru


Guru's latest writings
Multiversion Concurrency Control (MVCC)- How PostgreSQL attain data consistency

Introduction. Multiversion Concurrency Control (MVCC) is an advanced technique for improving database performance in a multiuser environment. Unlike traditional database systems, which use locks for concurrency control, PostgreSQL MVCC ). The main advantage to using the MVCC model of concurrency control rather th (posted by Guru 6 years 236 days ago.)