MySQL Forums
Forum List  »  Performance

Re: query/result set caching
Posted by: Gordon Bruce
Date: November 09, 2005 08:25AM

I can answer part 1. Right now the MySQL query cache is does a character by character comparison to determine if the the statement has been cached. Therefore, if you change any part of the query it is treated as not in the cache so in your example the 2nd query is a new query..

Options: ReplyQuote


Subject
Views
Written By
Posted
2006
October 19, 2005 11:51AM
Re: query/result set caching
1218
November 09, 2005 08:25AM


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.