Skip to content

Commit 3287fdf

Browse files
Merge pull request #105745 from bryan-cooper/patch-1
Update concepts-query-store.md
2 parents cad3024 + 8562053 commit 3287fdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/mysql/single-server/concepts-query-store.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ This view returns all the data in Query Store. There is one row for each distinc
127127
| `execution_count` | bigint(20)| NO| The number of times the query got executed for this timestamp ID / during the configured interval period|
128128
| `warning_count` | bigint(20)| NO| Number of warnings this query generated during the internal|
129129
| `error_count` | bigint(20)| NO| Number of errors this query generated during the interval|
130-
| `sum_timer_wait` | double| YES| Total execution time of this query during the interval|
131-
| `avg_timer_wait` | double| YES| Average execution time for this query during the interval|
132-
| `min_timer_wait` | double| YES| Minimum execution time for this query|
133-
| `max_timer_wait` | double| YES| Maximum execution time|
130+
| `sum_timer_wait` | double| YES| Total execution time of this query during the interval in milliseconds|
131+
| `avg_timer_wait` | double| YES| Average execution time for this query during the interval in milliseconds|
132+
| `min_timer_wait` | double| YES| Minimum execution time for this query in milliseconds|
133+
| `max_timer_wait` | double| YES| Maximum execution time in milliseconds|
134134
| `sum_lock_time` | bigint(20)| NO| Total amount of time spent for all the locks for this query execution during this time window|
135135
| `sum_rows_affected` | bigint(20)| NO| Number of rows affected|
136136
| `sum_rows_sent` | bigint(20)| NO| Number of rows sent to client|

0 commit comments

Comments
 (0)