Information Schema THREAD_POOL_WAITS Table
MariaDB starting with 10.5
The Information Schema THREAD_POOL_WAITS
table was introduced in MariaDB 10.5.0.
The table provides wait counters for the thread pool, and contains the following columns:
Column
Description
Column
Description
REASON
name of the reason for waiting, e.g. ROW_LOCK, DISKIO, NET ...
COUNT
how often a wait for this specific reason has happened so far
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?