http://blog.sina.com.cn/s/blog_6128a8f00100wsdd.html数据库出现大量的freeing items状态 表更新慢 而且大量锁表
查看mysql官方freeing items状态说明
The thread has executed a command. This state is usually followed by cleaning up.
说明命令已经在执行正在进行清理 更新日志索引等
由此看出是io的问题
iostat -x 1
查看io等待情况发现io等待很高
调整磁盘 问题解决  

相关文章:

  • 2021-10-07
  • 2021-12-11
  • 2021-04-23
  • 2021-06-17
  • 2022-01-09
  • 2022-01-29
  • 2022-02-10
猜你喜欢
  • 2021-10-29
  • 2021-11-20
  • 2022-02-10
  • 2022-02-10
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案