MySQL Forums
Forum List  »  Performance

Re: Queries slow down daily, optimizing helps -> why?
Posted by: aftab khan
Date: February 19, 2009 05:08AM

>So it looks like a caching problem? Or is it a I/O problem?
it could be caching problem. we don't know how busy is your database system. You might need to use multiple key cache, preload indexes of that particualr table
Have you heard about mutiple key cache,
I suggest you should read it http://dev.mysql.com/doc/refman/5.0/en/multiple-key-caches.html
e.g.CACHE INDEX t1 IN hot_cache;
while FULLTEXT searches only returning anything if the number of results is less than 50%.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Queries slow down daily, optimizing helps -> why?
1777
February 19, 2009 05:08AM
2202
March 18, 2009 03:58AM


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.