Mysql Profiling

2019独角兽企业重金招聘Python工程师标准>>> Mysql自带profiling性能分析工具   1. show variables like '%profiling%';(查看profiling信息)     2. set profiling=1;(开启profiling)   3. 执行SQL查询  例:select goods_name from ecs_goods where go
相关文章
相关标签/搜索