当前位置:Gxlcms > 数据库问题 > mysql 性能分析方法

mysql 性能分析方法

时间:2021-07-01 10:21:17 帮助过:23人阅读

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   数据文件   组合   索引   长度   

人气教程排行