fenway Posted April 16, 2009 Share Posted April 16, 2009 Maybe with mysqli(). Anyway, 600K string concats aren't fast, either. Link to comment https://forums.phpfreaks.com/topic/154068-3-seconds-to-run-a-select-that-returns-empty-set/page/2/#findComment-811475 Share on other sites More sharing options...
Zane Posted April 16, 2009 Share Posted April 16, 2009 figured it would be faster than 600000 mysql_query calls. Link to comment https://forums.phpfreaks.com/topic/154068-3-seconds-to-run-a-select-that-returns-empty-set/page/2/#findComment-811476 Share on other sites More sharing options...
Mchl Posted April 16, 2009 Share Posted April 16, 2009 Multi row INSERTS are actually faster. We could be reaching max_packet_size with 600000 rows though... And besides, that's not what we're after here, is it? Link to comment https://forums.phpfreaks.com/topic/154068-3-seconds-to-run-a-select-that-returns-empty-set/page/2/#findComment-811489 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.