Lessons Learned from Misusing INSERT INTO SELECT in MySQL: A Postmortem
An in‑depth postmortem of a costly MySQL data‑migration failure caused by using INSERT INTO SELECT without proper indexing, detailing the OOM issue, full‑table scans, lock contention, and best practices to safely employ the statement.