slow-query-log的意思|示意

美 / / 英 / /


slow-query-log的网络常见释义

先开启慢查询日志 ... slow-query-log #先开启慢查询日志 slow_query_log_file=/data/mysqld-slow.log #然后指定慢查询日志的文件 log-slow-admin-statements #记录执行慢的那些管理操作 ...

slow-query-log相关短语

1、 Slow Query log 慢查询日志

2、 The Slow Query Log 慢查询日志

slow-query-log相关例句

For example, simple EXPLAIN statements in the queries and a large amount of query log analysis will slow down the queries.

例如,查询中简单的explain语句和大量的查询日志分析将使查询变得缓慢。

You can configure mysqld to log slow queries in the aptly named slow query log.

您可以配置mysqld将这些慢速查询记录到适当命名的慢速查询日志中。

Listing 1 shows the configuration required in my.cnf to enable the slow query log.

清单1给出了要启用慢速查询日志需要在my . cnf中所做的配置。

Reading through the slow query log is best done with the mysqldumpslow command.

阅读慢速查询日志最好是通过 mysqldumpslow 命令进行。

If the slow query log is enabled, the query is logged to the slow query log file.

如果启用了慢查询日志,则查询将记录到慢查询日志文件中。