MySQL Forums
Forum List  »  Performance

Re: Slow Query Time for Many Records from Large Table
Posted by: Jay Pipes
Date: November 08, 2005 04:10PM

OK. To be honest, .06 seconds is not particularly a long time, and with the query cache enabled, that type of query will return instantaneously when found in the cache. Is it possible for you to post the output of an EXPLAIN SELECT for the queries that are taking aroun .77 seconds to finish? My only thought is that perhaps the key_buffer needs to be adjusted to ensure that all joined keys are found in the buffer and that no disk reads are required...

Let me know,

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Slow Query Time for Many Records from Large Table
1470
November 08, 2005 04:10PM


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.