广州葆元健康生物科技有限公司


MySQL Variables max_delayed_threads 数据库 参数变量解释及正确配置使用

网络编程 MySQL Variables max_delayed_threads 数据库 参数变量解释及正确配置使用 10-18

本站中文解释

max_delayed_threads用来设置MySQL的延迟线程的最大数量。延迟线程用来定时和按需执行后台任务,比如检查表结构,更新索引,分析表以及执行从当前master节点的复制。

默认情况下,该变量的值为10,表示最多准备10个延迟线程,设置范

官方英文解释

max_delayed_threads

Command-Line Format--max-delayed-threads=#
DeprecatedYes
System Variablemax_delayed_threads
ScopeGlobal, Session
DynamicYes
TypeInteger
Default Value20
Minimum Value0
Maximum Value16384

This system variable is deprecated (because
DELAYED inserts are not supported); expect
it to be removed in a future release.


编辑:广州葆元健康生物科技有限公司

标签:线程,最多,英文,节点,中文