File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/mysql/single-server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ This view returns all the data in Query Store. There is one row for each distinc
127
127
| ` execution_count ` | bigint(20)| NO| The number of times the query got executed for this timestamp ID / during the configured interval period|
128
128
| ` warning_count ` | bigint(20)| NO| Number of warnings this query generated during the internal|
129
129
| ` 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 |
134
134
| ` sum_lock_time ` | bigint(20)| NO| Total amount of time spent for all the locks for this query execution during this time window|
135
135
| ` sum_rows_affected ` | bigint(20)| NO| Number of rows affected|
136
136
| ` sum_rows_sent ` | bigint(20)| NO| Number of rows sent to client|
You can’t perform that action at this time.
0 commit comments