# MariaDB Enterprise Server InnoDB Background Thread Pool

## Overview

Starting with MariaDB Enterprise Server 10.5 and MariaDB Community Server 10.5, InnoDB uses the InnoDB Background Thread Pool to perform internal operations in the background. In previous versions, the internal operations were performed by dedicated threads. By using the InnoDB Background Thread Pool instead of many dedicated threads, InnoDB can reduce context switching and use system resources more effectively.

The InnoDB Background Thread Pool performs internal operations in multiple categories: **tasks**, **timers**, and **asynchronous I/O**.

**Tasks** are used to perform internal operations that are triggered by some event. In ES 10.5 and later and CS 10.5 and later, the following threads have been replaced by **tasks** with the InnoDB Background Thread Pool:

* The InnoDB Buffer Pool Resize Thread
* The InnoDB Buffer Pool Dump Thread
* The InnoDB Full-Text Search (FTS) Optimization Thread

**Timers** are used to perform internal operations that are triggered periodically. In ES 10.5 and later and CS 10.5 and later, the following threads have been replaced by **timers** with the InnoDB Background Thread Pool:

* The InnoDB Master Thread
* The InnoDB Defragmentation Thread
* The InnoDB Monitor Thread
* The InnoDB Error Monitor Thread

**Asynchronous I/O** is used to read from and write to disk asynchronously. In ES 10.5 and later and CS 10.5 and later, the following threads have been replaced by **asynchronous I/O** with the InnoDB Background Thread Pool:

* The [InnoDB I/O Threads](/docs/server/server-usage/storage-engines/innodb/innodb-architecture-for-mariadb-enterprise-server/mariadb-enterprise-server-innodb-io-threads.md)

## Feature Summary

| Feature        | Detail                              | Resources                                                       |
| -------------- | ----------------------------------- | --------------------------------------------------------------- |
| Thread Pool    | InnoDB Background Thread Pool       |                                                                 |
| Storage Engine | InnoDB                              |                                                                 |
| Purpose        | Handles background tasks for InnoDB |                                                                 |
| Availability   | • ES 10.5+ • CS 10.5+               | [MariaDB Enterprise Server](https://mariadb.com/docs/platform/) |

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</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/server-usage/storage-engines/innodb/innodb-architecture-for-mariadb-enterprise-server/mariadb-enterprise-server-innodb-background-thread-pool.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.
