Running DDL on Live MySQL Tables: Copy, In‑Place, and Instant Add Column
Learn the differences between MySQL’s copy and in‑place (online) DDL algorithms, how they manage locks, the steps of each process, the new Instant Add Column feature in MySQL 8, and practical strategies—including master‑slave switching—to safely alter tables in production.
