File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ Query OK, 0 rows affected (0.09 sec)
704
704
705
705
> ** 注意:**
706
706
>
707
- > 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 限制达到瓶颈而导致 (可能存在网络等问题),此时,打开 TSO Follower Proxy 可能会导致 TiDB 的语句执行延迟上升,从而影响集群的 QPS 表现。
707
+ > 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 使用率达到瓶颈而导致 (可能存在网络等问题),此时,打开 TSO Follower Proxy 可能会导致 TiDB 的语句执行延迟上升,从而影响集群的 QPS 表现。
708
708
709
709
# ## `tidb_enable_vectorized_expression` <span class="version-mark">从 v4.0 版本开始引入</span>
710
710
@@ -1402,7 +1402,7 @@ set tidb_slow_log_threshold = 200;
1402
1402
1403
1403
> ** 注意:**
1404
1404
>
1405
- > 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 限制达到瓶颈而导致 (可能存在网络等问题),此时,调高 ` tidb_tso_client_batch_max_wait_time` 可能会导致 TiDB 的语句执行延迟上升,影响集群的 QPS 表现。
1405
+ > 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 使用率达到瓶颈而导致 (可能存在网络等问题),此时,调高 ` tidb_tso_client_batch_max_wait_time` 可能会导致 TiDB 的语句执行延迟上升,影响集群的 QPS 表现。
1406
1406
1407
1407
# ## `tidb_txn_mode`
1408
1408
You can’t perform that action at this time.
0 commit comments