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
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
* query: SELECT * FROM `top_tables_by_latency` SELECT `performance_schema` . `objects_summary_global_by_type` . `OBJECT_SCHEMA` AS `db_name` , ...
102
-
* full_scan: *
103
-
* exec_count: 2
104
-
* err_count: 0
105
-
* warn_count: 0
106
-
* total_latency: 30075208207000
107
-
* max_latency: 28827579292000
108
-
* avg_latency: 15037604103000
109
-
* rows_sent: 220
110
-
* rows_sent_avg: 110
111
-
* rows_scanned: 440
112
-
* digest: 44f1f3181975504b160c57b89c9ce23e
113
-
* 1 row in set (0.36 sec)
98
+
* query: SELECT `e` . `round_robin_bin` AS `round1_1706_0_` , `e` . `id` AS `id1706_0_` , `e` . `timestamp` AS `timestamp1706_0_` , `e` . `rxBytes` AS `rxBytes1706_0_` , `e` . `rxPackets` AS `rxPackets1706_0_` , `e` . `rxErrors` AS `rxErrors1706_0_` , `e` . `txBytes` AS `txBytes1706_0_` , `e` . `txPackets` AS `txPackets1706_0_` , `e` . `txErrors` AS `txErrors1706_0_` , `e` . `txCollisions` AS `txColli10_1706_0_` FROM `mem__instruments` . `NetworkTrafficAdvisor_NetworkTraffic` AS `e` JOIN ( SELECT `id` AS `t` , MAX ( TIMESTAMP ) AS `ts` FROM `mem__instruments` . `NetworkTrafficAdvisor_NetworkTraffic` WHERE `id` IN (?) GROUP BY `id` ORDER BY NULL ) `maxes` ON `e` . `id` = `maxes` . `t` AND `e` . `timestamp` = `maxes` . `ts`
99
+
* full_scan: *
100
+
* exec_count: 14
101
+
* err_count: 0
102
+
* warn_count: 0
103
+
* total_latency: 43961670267000
104
+
* max_latency: 6686877140000
105
+
* avg_latency: 3140119304000
106
+
* rows_sent: 11
107
+
* rows_sent_avg: 1
108
+
* rows_examined: 253170
109
+
* rows_examined_avg: 18084
110
+
* first_seen: 2013-12-04 20:05:01
111
+
* last_seen: 2013-12-04 20:06:34
112
+
* digest: 29ba002bf039bb6439357a10134407de
113
+
* 1 row in set (1.50 sec)
114
114
*
115
-
* (Example from 5.6.6)
115
+
* (Example from 5.6.14)
116
116
*
117
-
* Versions: 5.6.5+
117
+
* Versions: 5.6.9+
118
118
*
119
119
*/
120
120
@@ -131,9 +131,12 @@ SELECT DIGEST_TEXT AS query,
131
131
AVG_TIMER_WAIT AS avg_latency,
132
132
SUM_ROWS_SENT AS rows_sent,
133
133
ROUND(SUM_ROWS_SENT / COUNT_STAR) AS rows_sent_avg,
134
-
SUM_ROWS_EXAMINED AS rows_scanned,
134
+
SUM_ROWS_EXAMINED AS rows_examined,
135
+
ROUND(SUM_ROWS_EXAMINED / COUNT_STAR) AS rows_examined_avg,
0 commit comments