Understanding MVCC In MySQL InnoDB
March 9, 2024 · 1335 words · 7 min
In MySQL, MVCC (Multi-Version Concurrency Control) refers to the concurrency control mechanism used by the InnoDB storage engine. It provides concurrent access to data and ensures data consistency and isolation in a multi-user environment.