MySQL Forums
Forum List  »  MyISAM

Re: Problems with system locking
Posted by: Ingo Strüwing
Date: July 31, 2006 04:16AM

Here is a reply I got from a developer:

The query cache never runs global garbage collection without a command. Maybe somebody issued it (FLUSH/RESET QUERY CACHE)?

Another way to get a lot of reorganization work in the
cache: a big/huge number of small requests which are thrown out by:
1) update of table which they use.
2) query cache trying to find space for a big result (can be prevented by setting
query_cache_limit to some reasonable value)

Also you can play with query_cache_min_res_unit variable, it can help
in case of high memory fragmentation.

Regards,
Ingo

Options: ReplyQuote


Subject
Views
Written By
Posted
9474
April 26, 2006 05:37AM
9953
April 27, 2006 04:36AM
4125
June 13, 2006 09:59PM
3006
June 14, 2006 10:22AM
3236
June 15, 2006 11:18AM
3124
July 14, 2006 03:52PM
Re: Problems with system locking
3004
July 31, 2006 04:16AM
2974
August 22, 2006 11:34AM


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.