Re: MyISAM key cache and open tables
Ok, so if a file is closed its index can not be in the key cache. So from what I can gather, when my table_cache fills up and open tables are removed from the table cache it's index is also removed from the key cache. So if I want all of my indexes to stay in the cache all the time I need to have the table_cache variable set high enough to have every table open. Happen to know how well MySQL handles having 30k open file descriptors? :)
As for the key buffer numbers, I got them from watching the memory health tab in mysql administrator. I already posted this in the performance forum last night as I wasn't sure where it should go as it kind of crossed both paths.
Thanks alot for your help,
Brian
Subject
Views
Written By
Posted
5378
April 27, 2005 01:14PM
2705
April 27, 2005 01:30PM
2772
April 27, 2005 01:35PM
2679
April 28, 2005 02:00AM
Re: MyISAM key cache and open tables
2612
April 28, 2005 09:16AM
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.