You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: identify-slow-queries.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,11 @@ Fields related to Resource Control:
167
167
*`Request_unit_write`: the total write RUs consumed by the statement.
168
168
*`Time_queued_by_rc`: the total time that the statement waits for available resources.
169
169
170
+
Fields related to storage engines:
171
+
172
+
-`Storage_from_kv`: introduced in v8.5.5, indicates whether this statement read data from TiKV.
173
+
-`Storage_from_mpp`: introduced in v8.5.5, indicates whether this statement read data from TiFlash.
174
+
170
175
## Related system variables
171
176
172
177
*[`tidb_slow_log_threshold`](/system-variables.md#tidb_slow_log_threshold): Sets the threshold for the slow log. The SQL statement whose execution time exceeds this threshold is recorded in the slow log. The default value is 300 (ms).
0 commit comments