MidOhioIT Posted April 9, 2010 Share Posted April 9, 2010 I am writing a newsletter system that is dealing with around 60,000 emails. Does anyone know if it would be less CPU usage to just loop through the mysql records or to put all records in an array from the db then read out of it? Link to comment https://forums.phpfreaks.com/topic/198169-cpu-usage/ Share on other sites More sharing options...
Psycho Posted April 9, 2010 Share Posted April 9, 2010 I am writing a newsletter system that is dealing with around 60,000 emails. Does anyone know if it would be less CPU usage to just loop through the mysql records or to put all records in an array from the db then read out of it? Wouldn't you have to loop through the results to put them into an array? Link to comment https://forums.phpfreaks.com/topic/198169-cpu-usage/#findComment-1039762 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.