Add detailed articles on MVCC, MySQL logging mechanisms, and locking strategies

- Created a comprehensive article on MVCC (Multi-Version Concurrency Control) explaining its principles, challenges in concurrency control, and the mechanisms of current reads and snapshot reads.
- Added an in-depth exploration of MySQL's binlog, redolog, and undolog, detailing their purposes, differences, and roles in data recovery and transaction management.
- Developed a thorough guide on MySQL's locking mechanisms, including global locks, table-level locks, and row-level locks, with explanations of intent locks, auto-increment locks, and the implications of each locking strategy on concurrency and data integrity.
This commit is contained in:
2025-08-09 15:47:23 +00:00
parent a405f29312
commit 0f47c052f2
26 changed files with 351 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB