Information Schema THREAD_POOL_WAITS Table

This table is available as of 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

Last updated

Was this helpful?