Event Wait Summary Tables


The event waits summary tables aggregate general information about event waits:

For example:

mysql> SELECT * FROM events_waits_summary_global_by_event_name\G
...
*************************** 6. row ***************************
 EVENT_NAME: wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index
 COUNT_STAR: 8
SUM_TIMER_WAIT: 2119302
MIN_TIMER_WAIT: 196092
AVG_TIMER_WAIT: 264912
MAX_TIMER_WAIT: 569421
...
*************************** 9. row ***************************
 EVENT_NAME: wait/synch/mutex/sql/hash_filo::lock
 COUNT_STAR: 69
SUM_TIMER_WAIT: 16848828
MIN_TIMER_WAIT: 0
AVG_TIMER_WAIT: 244185
MAX_TIMER_WAIT: 735345
...

TRUNCATE TABLE is permitted for summary tables. It resets the counters to zero rather than removing rows.

The event wait summary tables have these grouping columns to indicate how events are aggregated:

The event waits summary tables have these summary columns containing aggregated values:

Retornar