Is cron job capable of handling huge data like 2 milion records? I have to write a cron job which will run say 5 times a day and process price and inventory table and update into a new table. How much efficient cron job will be to handle such huge data ? Can I get some statistics of the cron job performance ? Will it impact the application performance?