MySQL Forums
Forum List  »  PHP

Re: Slow 'sending data' phase on mySQL query, for simple query
Posted by: Steve Childs
Date: March 20, 2010 05:01PM

Although that works and no doubt saves on memory, it offers zero performance increase over the normal mysql_query function.

Anyone got any suggestions for speeding up the pulling of the data from mySQL via mysql_query / mysql_use_result / mysql_fetch_row.

All I've succeeded in doing is moving the time delay from mysql_query to mysql_fetch_row !!

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.