mysql_store_result speed
Posted by: geanni geanni
Date: July 24, 2013 04:49AM

Hi,
I'm new on using the mysql connector. I have an inssue related to mysql_store_result when running a query to a remote server. On local it is very fast but when a run on a remote server it is almost 5 times slow. From what I see after executing mysql_query("select * from table") there is not need for internet connection so this function is executed on local data.
Note: I use the same table with same data both local and remote. Should I set some properties/flags in order to have this function running the same time both local and remote?

Thanks,
Geanni

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql_store_result speed
3018
July 24, 2013 04:49AM


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.