How to Slash MySQL Slow Queries on a 100M‑Row Table: Index Tuning and Batch Deletion
The article walks through a real‑world MySQL performance case where a 100‑million‑row table caused SLA alerts, analyzes slow‑query logs, demonstrates index redesign, compares online DDL with pt‑osc, and shows how batch deletions by primary key dramatically reduce delete time and replication lag.
