MySQL Variables max_delayed_threads 数据库 参数变量解释及正确配置使用
本站中文解释
max_delayed_threads用来设置MySQL的延迟线程的最大数量。延迟线程用来定时和按需执行后台任务,比如检查表结构,更新索引,分析表以及执行从当前master节点的复制。
默认情况下,该变量的值为10,表示最多准备10个延迟线程,设置范
官方英文解释
max_delayed_threads
| Command-Line Format | --max-delayed-threads=# |
|---|---|
| Deprecated | Yes |
| System Variable | max_delayed_threads |
| Scope | Global, Session |
| Dynamic | Yes |
| Type | Integer |
| Default Value | 20 |
| Minimum Value | 0 |
| Maximum Value | 16384 |
This system variable is deprecated (because
DELAYED inserts are not supported); expect
it to be removed in a future release.