MVCC in Database

MVCC in Database

Most of MySQL’s transactional storage engines don’t use a simple row-locking mechanism. Instead, they use row-level locking in conjunction with a technique for increasing concurrency known as multiversion concurrency control (MVCC).

MVCC

Reference

  • High Performance MySQL, 3rd Edition

Last updated

Was this helpful?