For the complete documentation index, see llms.txt. This page is also available as Markdown.

Information Schema THREAD_POOL_WAITS Table

The Information Schema THREAD_POOL_WAITS table lists the number of times threads in the thread pool have waited for various events.

This table is available from MariaDB 10.5.

The table provides wait counters for the thread pool, and contains the following columns:

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

spinner

Last updated

Was this helpful?