fenway Posted April 16, 2009 Share Posted April 16, 2009 Maybe with mysqli(). Anyway, 600K string concats aren't fast, either. Quote 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. Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.