Most questions I've seen on similar subjects relate to how to speed up inserts into a table.
I want to know what can I do to speed up deletes?
I can't truncate nor drop a table, I have to do something similar to
DELETE FROM table WHERE id IN (SELECT id FROM other_table)