diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 17836436a3ce..a20e9b52ee3b 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -378,7 +378,7 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/ ### `committer-concurrency` + 在单个事务的提交阶段,用于执行提交操作相关请求的 goroutine 数量 -+ 默认值:16 ++ 默认值:128 + 若提交的事务过大,事务提交时的流控队列等待耗时可能会过长,可以通过调大该配置项来加速提交。 ### `stmt-count-limit`