THREAD_POOL_STATS
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: Information Schema for MariaDB Enterprise Server
Topics on this page:
Overview
In 10.6 ES, 10.6 CS, 10.5 ES, 10.5 CS:
A description for this Information-schema Table has not yet been added to this Documentation.
In 10.6 ES, 10.5 ES:
A description for this Information-schema Table has not yet been added to this Documentation.
In 10.4 ES, 10.4 CS, 10.3 ES, 10.3 CS, 10.2 ES, 10.2 CS:
Not present
In 10.4 ES:
Not present
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `THREAD_POOL_STATS` (
`GROUP_ID` int(6) NOT NULL,
`THREAD_CREATIONS` bigint(19) NOT NULL,
`THREAD_CREATIONS_DUE_TO_STALL` bigint(19) NOT NULL,
`WAKES` bigint(19) NOT NULL,
`WAKES_DUE_TO_STALL` bigint(19) NOT NULL,
`THROTTLES` bigint(19) NOT NULL,
`STALLS` bigint(19) NOT NULL,
`POLLS_BY_LISTENER` bigint(19) NOT NULL,
`POLLS_BY_WORKER` bigint(19) NOT NULL,
`DEQUEUES_BY_LISTENER` bigint(19) NOT NULL,
`DEQUEUES_BY_WORKER` bigint(19) NOT NULL
)
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.6 Community |
|
10.5 Enterprise |
|
10.5 Community |
|
10.4 Enterprise |
|
10.4 Community |
|
10.3 Enterprise |
|
10.3 Community |
|
10.2 Enterprise |
|
10.2 Community |
|
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|