MySQL Forums
Forum List  »  Optimizer & Parser

Re: table_cache not getting read
Posted by: Rick James
Date: May 10, 2010 11:19PM

1. Check the OS limit on number of open files it allows for any one process.
2. open_files_limit is set from that.
3. A table can involve multiple files.

At startup, mysql decided it could not really have more than 257.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: table_cache not getting read
1677
May 10, 2010 11:19PM


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.