Name | MySQL | Percona | MariaDB |
---|---|---|---|
Variable | thread_pool_size | thread_pool_size | thread_pool_size |
Configuration | Supported | Supported | Supported |
Scope | Gobal | Global, Session | Global, Session |
Dynamic | No | Yes | Yes |
Data Type | Integer | Numeric | Numeric |
Default Value | 16 | Number of CPU | Number of CPU |
Minimum Value | 1 | 1 | 1 |
Maximum Value | 64 (<= 8.0.18), 512 (>=8.0.19) | 128 | 128 (< MariaDB 5.5.537, MariaDB 10.0.11), 100000 (>= MariaDB 5.5.37, MariaDB 10.0.11) |