How to MySQL tune slow delete on huge table?
I’m using MySQL InnoDB, one of the most important tables has over 700 million records with totally 23 actively used indexes. I am trying to delete the records in a batch of 2000 based on the record date (and order by… Read more