Skip to content

Commit

Permalink
Merge pull request #3566 from patrickbirch/ps-5.6-1761
Browse files Browse the repository at this point in the history
PS-1761 LP #1640062: Document that QRT accounts query execution time …
  • Loading branch information
patrickbirch authored Dec 18, 2019
2 parents ca69ff1 + 3f1ef05 commit ecc11cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/diagnostics/response_time_distribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Response Time Distribution
============================

The slow query log provides exact information about queries that take a long time to execute. However, sometimes there are a large number of queries that each take a very short amount of time to execute. This feature provides a tool for analyzing that information by counting and displaying the number of queries according to the length of time they took to execute. The user can define time intervals that divide the range 0 to positive infinity into smaller intervals and then collect the number of commands whose execution times fall into each of those intervals.
The slow query log provides exact information about queries that take a long time to execute. However, sometimes there are a large number of queries that each take a very short amount of time to execute. This feature provides a tool for analyzing that information by counting and displaying the number of queries according to the length of time they took to execute. The query execution time begins after the initial locks are acquired. The user can define time intervals that divide the range 0 to positive infinity into smaller intervals and then collect the number of commands whose execution times fall into each of those intervals.

Note that in a replication environment, the server will not take into account *any* queries executed by the slave SQL threads (whether they are slow or not) for the time distribution.

Expand Down

0 comments on commit ecc11cf

Please sign in to comment.