MySQL Forums
Forum List  »  Performance

Re: No caching - or brutal performance - for repeat queries 4.1.8nt
Posted by: Peter Zaitsev
Date: December 31, 2004 07:17PM

This is actually pretty interesting - you're saying php.exe is consuming CPU time,
not MySQL server. The code executed on client size is not different if query cache is enabled or not.

James gives you good advice - try to isolate the problem created minimum repeatable example. Does PHP which does simple connect/disconnect shows
such problem ? Or does connection is fast but select version() is taking a lot of time ?

Having such information would make it much easier to troubleshoot the issue.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: No caching - or brutal performance - for repeat queries 4.1.8nt
2038
December 31, 2004 07:17PM


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.