Selecting records to remove The issue with big data tables is that you can’t easily perform simple queries like deleting a couple of records without exceeding either time or memory. You can encounter those problems both on MySQL side or PHP/Apache side. If there are a lot of records involved, you will want to push ...