Tencent Database Technology
Nov 20, 2017 · Databases
Understanding MySQL Online DDL: Process, Row Log Management, and Log Replay
This article explains MySQL's online DDL mechanism, detailing the copy and inplace methods, the three execution phases, the allocation and structure of row_log_t, how log entries are written during DDL, and the replay process that applies those logs to the rebuilt table.
Database InternalsInnoDBMySQL
0 likes · 14 min read
