对于 mysql,我有以下表格:
[--] Data in MyISAM tables: 110M (Tables: 254)
[--] Data in InnoDB tables: 32M (Tables: 134)
[--] Data in MEMORY tables: 0B (Tables: 3)
但
[!!] Table cache hit rate: 19% (400 open / 2K opened)
我将 400 作为表缓存,因为我的表少于 400 个。这是如何工作的,我应该怎么做?
请参阅关于打开和关闭表的 MySQL 页面