MySQL 优化之 table_open_cache
摘要:
背景: MySQL实例利用率一直居高不下 问题排查: 1. 查看连接数,没发现有长时间未释放的长链接 mysql> show full processlist; 2、查看表高速缓存设置 mysql> show variables like '%table_open_cache%'; 3、查看实际缓存 阅读全文
posted @ 2022-04-15 14:34 星辰大海ゞ 阅读(2755) 评论(1) 推荐(0) 编辑