Thread Pool
Optimize MariaDB Server with the thread pool. This section explains how to manage connections and improve performance by efficiently handling concurrent client requests, reducing resource overhead.
Last updated
Was this helpful?
Optimize MariaDB Server with the thread pool. This section explains how to manage connections and improve performance by efficiently handling concurrent client requests, reducing resource overhead.
Explains MariaDB's dynamic, adaptive thread pool: the problems it solves, its features, when it helps or hurts, and how to configure it via thread_handling and related system variables.
Describes thread groups in the Unix thread pool implementation, how thread_pool_size sets their number, and how client connections are distributed among them.
Documents the system and status variables used to configure and monitor the MariaDB thread pool, including extra_max_connections, extra_port, and thread_handling.
Documents the old pool-of-threads implementation in MariaDB up to version 5.3, retained for reference by older compatibility pages.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Was this helpful?

