Skip to content

Commit

Permalink
PS-1761 LP #1640062: Document that QRT accounts query execution time …
Browse files Browse the repository at this point in the history
…after the locks are taken

Added sentence to opening paragraph based on the description in the Jira ticket.
  • Loading branch information
patrickbirch committed Dec 13, 2019
1 parent ed5806a commit ddcf66b
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 when 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 ddcf66b

Please sign in to comment.