摘要:
一当发现程序运行比较慢的时候,首先排除物力资源问题之后,就将注意力转向mysq数据库:1、首先确定运行慢的sql语句:mysql> show full processlist;2、确认低效的查询:多次执行第一步发现time耗费大的sql语句。查看耗费的时间。3、为sql生成一个执行计划query E... 阅读全文
摘要:
--showglobalstatuswhereVariable_namein('com_select','com_insert','com_delete','com_update');查询出当前四种操作的总次数x1y1z1w1--select sleep(60)延时60秒--showglobalst... 阅读全文
摘要:
show index 之Cardinality官方文档的解释:CardinalityAn estimate of the number of unique values in the index. This is updated by running ANALYZE TABLE or myisamc... 阅读全文