MySQL Forums
Forum List  »  Performance

Re: Query Cache and simultaneous execution
Posted by: James Bromberger
Date: November 17, 2005 05:46PM

But lock tables will lock it for all queries, not just the subset that are identical. Also, its impossible to know which queries are likely to be the ones that are popular *right now*, so prepopulating is difficult. Memory tables are one option, but of course they are limited in size. There are work arounds, but they all have disadvantages.

James Bromberger, http://www.james.rcpt.to

Options: ReplyQuote


Subject
Views
Written By
Posted
1542
November 17, 2005 10:40AM
1580
November 17, 2005 05:19PM
Re: Query Cache and simultaneous execution
1469
November 17, 2005 05:46PM


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.