美文网首页
MySQL中sql运行速度测试

MySQL中sql运行速度测试

作者: 莫须有的呓语 | 来源:发表于2021-02-26 16:12 被阅读0次

    1.开启profiling设置
    set profiling = 1;
    2.执行一或多条sql
    比如select * from user;
    3.查看运行时间
    show profiles;

    参考自https://blog.csdn.net/blueheart20/article/details/51007659?locationNum=12&fps=1

    相关文章

      网友评论

          本文标题:MySQL中sql运行速度测试

          本文链接:https://www.haomeiwen.com/subject/fvzmfltx.html