I need to run a daily cron job that iterates over a 6 MB CSV file to insert each of the ~10,000 entries into a MySQL table. The code I have written hangs and produces a timeout after a while.I need to run a daily cron job that iterates ov
I need to run a daily cron job that iterates over a 6 MB CSV file to insert each of the ~10,000 entries into a MySQL table. The code I have written hangs and produces a timeout after a while.I need to run a daily cron job that iterates ov