events_transactions_summary_by_thread_by_event_name
Topics on This Page:
- In 10.5 ES:
A description for this Performance-schema Table has not yet been added to this Documentation.
- In 10.4 ES:
Not present
See also: Performance Schema in 10.5 ES and in 10.4 ES
DETAILS
SCHEMA
CREATE TABLE `events_transactions_summary_by_thread_by_event_name` (
`THREAD_ID` bigint(20) unsigned NOT NULL,
`EVENT_NAME` varchar(128) NOT NULL,
`COUNT_STAR` bigint(20) unsigned NOT NULL,
`SUM_TIMER_WAIT` bigint(20) unsigned NOT NULL,
`MIN_TIMER_WAIT` bigint(20) unsigned NOT NULL,
`AVG_TIMER_WAIT` bigint(20) unsigned NOT NULL,
`MAX_TIMER_WAIT` bigint(20) unsigned NOT NULL,
`COUNT_READ_WRITE` bigint(20) unsigned NOT NULL,
`SUM_TIMER_READ_WRITE` bigint(20) unsigned NOT NULL,
`MIN_TIMER_READ_WRITE` bigint(20) unsigned NOT NULL,
`AVG_TIMER_READ_WRITE` bigint(20) unsigned NOT NULL,
`MAX_TIMER_READ_WRITE` bigint(20) unsigned NOT NULL,
`COUNT_READ_ONLY` bigint(20) unsigned NOT NULL,
`SUM_TIMER_READ_ONLY` bigint(20) unsigned NOT NULL,
`MIN_TIMER_READ_ONLY` bigint(20) unsigned NOT NULL,
`AVG_TIMER_READ_ONLY` bigint(20) unsigned NOT NULL,
`MAX_TIMER_READ_ONLY` bigint(20) unsigned NOT NULL
)
CHANGE HISTORY
Release Series |
History |
---|---|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the events_transactions_summary_by_thread_by_event_name page in the MariaDB Enterprise Documentation.