Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
fix(database): correct MVCC write mechanism description (#2849)
Correct the misleading statement that MVCC creates snapshots instead of modifying data rows. InnoDB actually uses update-in-place: it directly updates the current row and saves old versions to Undo Log. Read operations achieve consistent reads via ReadView and Undo Log version chain.
G
Guide committed
83280a1a18eed1d668546e2dc9bbc12c1d76379d
Committed by GitHub <noreply@github.com>
on 5/11/2026, 10:10:47 AM