I have a database table with 33265902 (thirty-three million two hundred sixty-five thousand nine hundred two) records in it.
Much of this is made up of duplicates.
It is causing me issues as any website that queries this table is causing load on the server.
What makes this table unique is two fields, email_address and job_id
My question is what is the best way to delete all duplicates leaving one good record per field criteria.
What is the most efficient way to do this without killing the server.