# Information Schema THREAD\_POOL\_STATS Table

{% hint style="info" %}
This table is available from MariaDB 10.5.
{% endhint %}

The table provides performance counter information for the [thread pool](/docs/server/ha-and-performance/optimization-and-tuning/buffers-caches-and-threads/thread-pool/thread-pool-in-mariadb.md), and contains the following columns:

| Column                            | Description                                                                                                                                                                                                                                                               |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GROUP\_ID                         | the thread group this row is showing data for                                                                                                                                                                                                                             |
| THREAD\_CREATIONS                 | number of threads created for this group so far                                                                                                                                                                                                                           |
| THREAD\_CREATIONS\_DUE\_TO\_STALL | number of threads created due to detected stalls                                                                                                                                                                                                                          |
| WAKES                             | standby thread wakeups                                                                                                                                                                                                                                                    |
| WAKES\_DUE\_TO\_STALL             | wakeups due to stalls                                                                                                                                                                                                                                                     |
| THROTTLES                         | how often thread creation was throttled, see also: [thread-creation-throttling](/docs/server/ha-and-performance/optimization-and-tuning/buffers-caches-and-threads/thread-pool/thread-groups-in-the-unix-implementation-of-the-thread-pool.md#thread-creation-throttling) |
| STALLS                            | number of detected stalls                                                                                                                                                                                                                                                 |
| POLLS\_BY\_LISTENER               |                                                                                                                                                                                                                                                                           |
| POLLS\_BY\_WORKER                 |                                                                                                                                                                                                                                                                           |
| DEQUEUES\_BY\_LISTENER            |                                                                                                                                                                                                                                                                           |
| DEQUEUES\_BY\_WORKER              |                                                                                                                                                                                                                                                                           |

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-thread_pool_stats-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
