Discuz! Board

标题: 数据库从服务器的优化方案 [打印本页]

作者: zhang.qiangjun    时间: 2015-10-1 11:08
标题: 数据库从服务器的优化方案
发现问题:
      数据库从服务器cpu iowait过高,from 监控系统

分析问题:
     从图形上看,每天都会有三到四个突起。
     连接到mysql终端,使用show full processlist 查到是经常看到sending data的现象(select 语句)
     查看资料 http://www.cnblogs.com/sunss/archive/2010/10/30/1864958.html
     Sending data The thread is processing rows for a SELECT statement and is also sending data to the client.
     这个时候也许要想办法去增加内存,让MySQL不但将Index能Cache到内存中,才能够更多地将具体数据Cache到内存中了!


处理方案:
    1.暂时观察
    2.后续mysql服务器的内存建议最少需要8G+的内存.






欢迎光临 Discuz! Board (http://123.59.83.120:8080/) Powered by Discuz! X3.2