Home > Backend Development > PHP Tutorial > SQL日志分析工具

SQL日志分析工具

WBOY
Release: 2016-06-06 20:38:33
Original
1026 people have browsed it

在对程序进行性能优化时,

我们可以打印出来一段时间内的SQL请求日志,

请问有没有常用的日志分析工具或者方法,

能够快速定位频繁SQL请求,慢查询,级联查询等常见的引起性能问题的SQL们?

求推荐,多谢

回复内容:

在对程序进行性能优化时,

我们可以打印出来一段时间内的SQL请求日志,

请问有没有常用的日志分析工具或者方法,

能够快速定位频繁SQL请求,慢查询,级联查询等常见的引起性能问题的SQL们?

求推荐,多谢

Mysql自己带的就有,比如mysqldumpslow,你需要学习mysql

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template