You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system-variables.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1389,6 +1389,15 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
1389
1389
- This variable is used to control whether to enable the [baseline capturing](/sql-plan-management.md#baseline-capturing) feature. This feature depends on the statement summary, so you need to enable the statement summary before you use baseline capturing.
1390
1390
- After this feature is enabled, the historical SQL statements in the statement summary are traversed periodically, and bindings are automatically created for SQL statements that appear at least twice.
1391
1391
1392
+
### tidb_cb_pd_metadata_error_rate_threshold_pct <spanclass="version-mark">New in v9.0.0</span>
1393
+
1394
+
- Scope: GLOBAL
1395
+
- Persists to cluster: Yes
1396
+
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
1397
+
- Default value: `0`
1398
+
- Range: `[0, 100]`
1399
+
- This variable controls whether TiDB triggers the circuit breaker according to the error rate percentage of the specific requests sent to PD.
1400
+
1392
1401
### tidb_cdc_write_source <spanclass="version-mark">New in v6.5.0</span>
1393
1402
1394
1403
> **Note:**
@@ -5943,16 +5952,6 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
5943
5952
>-`PARALLEL`and`PARALLEL-FAST` modes are incompatible with [`tidb_tso_client_batch_max_wait_time`](#tidb_tso_client_batch_max_wait_time-new-in-v530) and [`tidb_enable_tso_follower_proxy`](#tidb_enable_tso_follower_proxy-new-in-v530). If either [`tidb_tso_client_batch_max_wait_time`](#tidb_tso_client_batch_max_wait_time-new-in-v530) is set to a non-zero value or [`tidb_enable_tso_follower_proxy`](#tidb_enable_tso_follower_proxy-new-in-v530) is enabled, configuring `tidb_tso_client_rpc_mode` does not take effect, and TiDB always works in `DEFAULT` mode.
5944
5953
>-`PARALLEL`and`PARALLEL-FAST` modes are designed to reduce the average time for retrieving TS in TiDB. In situations with significant latency fluctuations, such as long-tail latency or latency spikes, these two modes might not provide any remarkable performance improvements.
5945
5954
5946
-
5947
-
### tidb_cb_pd_metadata_error_rate_threshold_pct <span class="version-mark">New in v9.0.0</span>
5948
-
5949
-
- Scope: GLOBAL
5950
-
- Persists to cluster: Yes
5951
-
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
5952
-
- Default value: `0`
5953
-
- Range: `[0, 100]`
5954
-
- This variable controls whether TiDB triggers the circuit breaker according to the error rate percentage of the specific requests sent to PD.
5955
-
5956
5955
### tidb_ttl_delete_rate_limit <span class="version-mark">New in v6.5.0</span>
0 commit comments