thread_pool_reshuffle_group_period
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 10.6 ES:
Change connection's thread group randomly after this many queries. This randomization prevents a rare situation, where work is not evenly distributed between groups. The value 0 prevents randomization.
DETAILS
PARAMETERS
Command-line | --thread_pool_reshuffle_group_period=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | INT UNSIGNED |
Minimum Value | 0 |
Maximum Value | 4294967295 |
Product Default Value | 0 |