From bf614e5bf93e320cb3718298a15f817a93a66a32 Mon Sep 17 00:00:00 2001 From: shichun-0415 Date: Fri, 24 Sep 2021 14:37:38 +0800 Subject: [PATCH] tidb-configuration-file: correct the default value of committer-concurrency --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index a480b97b09ebb..cae43f97ac3c3 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -367,7 +367,7 @@ Configuration items related to performance. ### `committer-concurrency` + The number of goroutines for requests related to executing commit in the commit phase of the single transaction. -+ Default value: `16` ++ Default value: `128` + If the transaction to commit is too large, the waiting time for the flow control queue when the transaction is committed might be too long. In this situation, you can increase the configuration value to speed up the commit. ### `stmt-count-limit`