输入banner图图片脚本导航/分类

mysql 性能分析方法

set profiling=1; // 打开profiling分析
select @@profiling; // 确认profiling分析打开
{sql}; // 执行查询语句
show profiles; // 查询刚刚被执行的语句的Query_ID
show profile for query {Query_ID}; // 分析sql
set profiling=0; // 关闭profiling分析(关闭会话会自动关闭)

mysql 性能分析方法

标签:需要   tween   扫描   swa   rar   数据文件   组合   索引   长度