美文网首页
table_open_cache

table_open_cache

作者: 看他好搞笑 | 来源:发表于2019-10-09 06:33 被阅读0次

问题

mysql的cpu使用率一下到达100%
经过检查发现,业务中大量update、insert、select *把连接数打满,openning tables 耗尽
调大table_open_cache的参数,参考以下网站

https://www.cnblogs.com/fjping0606/p/6531292.html
https://blog.csdn.net/louishu_hu/article/details/52932632

相关文章

网友评论

      本文标题:table_open_cache

      本文链接:https://www.haomeiwen.com/subject/kqovuctx.html