MySQL Forums
Forum List  »  Performance

Re: Optimizing table_cache - Open files?
Posted by: Shashidhar Y
Date: August 05, 2011 02:28AM

Thanks paul ernest for the reply.

Finally, I have set table_cache value to 600, based on below calculation.

(Connections * N) - where N is max number of join(tables) you perform in your queries. In my case it never cross beyond 6 and max_connections is 100. This gave me total 100*6=600 (which is for table_cache).

I made these changes, and observing how the server affects with this.

Any one correct me pls, if I am wrong

Options: ReplyQuote


Subject
Views
Written By
Posted
9538
August 04, 2011 05:08AM
Re: Optimizing table_cache - Open files?
2009
August 05, 2011 02:28AM


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.