Skip to content

Commit 0681a9c

Browse files
authored
Apply suggestions from code review
1 parent e19fa5a commit 0681a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ Query OK, 0 rows affected (0.09 sec)
704704

705705
> **注意:**
706706
>
707-
> 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 限制达到瓶颈而导致(可能存在网络等问题),此时,打开 TSO Follower Proxy 可能会导致 TiDB 的语句执行延迟上升,从而影响集群的 QPS 表现。
707+
> 如果 PD leader 的 TSO RPC 延迟升高,但其现象并非由 CPU 使用率达到瓶颈而导致(可能存在网络等问题),此时,打开 TSO Follower Proxy 可能会导致 TiDB 的语句执行延迟上升,从而影响集群的 QPS 表现。
708708

709709
### `tidb_enable_vectorized_expression` <span class="version-mark">从 v4.0 版本开始引入</span>
710710

@@ -1402,7 +1402,7 @@ set tidb_slow_log_threshold = 200;
14021402

14031403
> **注意:**
14041404
>
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 表现。
14061406

14071407
### `tidb_txn_mode`
14081408

0 commit comments

Comments
 (0)