<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Table_cache on FromDual GmbH</title><link>https://www.fromdual.com/tags/table_cache/</link><description>Recent content in Table_cache on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Fri, 19 Mar 2021 16:21:24 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/table_cache/index.xml" rel="self" type="application/rss+xml"/><item><title>Table open cache too small</title><link>https://www.fromdual.com/blog/table-open-cache-too-small/</link><pubDate>Wed, 15 Jul 2015 06:04:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/table-open-cache-too-small/</guid><description>&lt;p>The Table Open Cache (&lt;code>table_open_cache&lt;/code> or old name &lt;code>table_cache&lt;/code>) is a cache to store file handles for all threads. The actual value of cache entries can be seen with the global status of open tables (&lt;code>Open_tables&lt;/code>).&lt;br>
Increasing &lt;code>table_open_cache&lt;/code> increases the number of file descriptors (&lt;code>open_files_limit&lt;/code>) that MySQL requires.&lt;br>
You can check whether you need to increase the Table Open Cache by checking &lt;code>Open_tables&lt;/code> and &lt;code>Opened_tables&lt;/code>. If the value of &lt;code>Opened_tables&lt;/code> is large and you do not use &lt;code>FLUSH TABLES&lt;/code> often (which just forces all tables to be closed and reopened), then you should increase the value of the &lt;code>table_open_cache&lt;/code> variable.&lt;/p></description></item></channel></rss>