×
Concurrent Access Control

How Does MySQL Implement Concurrency Control? (Part II)

This article introduces the concurrent access control features of MySQL database systems, specifically focusing on page-level and row-level concurrent access control.

How Does MySQL Implement Concurrency Control? (Part I)

This article introduces the concept of concurrent access control in database systems, specifically focusing on table-level concurrent access control in MySQL.