Skip to content

Commit c276d98

Browse files
authored
Apply suggestions from code review
1 parent bf8ec48 commit c276d98

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
@@ -5944,14 +5944,14 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
59445944
> - `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.
59455945

59465946

5947-
### tidb_cb_pd_metadata_error_rate_threshold_pct
5947+
### tidb_cb_pd_metadata_error_rate_threshold_pct <span class="version-mark">New in v9.0.0</span>
59485948

59495949
- Scope: GLOBAL
59505950
- Persists to cluster: Yes
59515951
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
59525952
- Default value: `0`
59535953
- Range: `[0, 100]`
5954-
- This variable controls whether TiDB triggers the circuit breaker according to the error rate percentage of the specific requests sending to PD.
5954+
- This variable controls whether TiDB triggers the circuit breaker according to the error rate percentage of the specific requests sent to PD.
59555955

59565956
### tidb_ttl_delete_rate_limit <span class="version-mark">New in v6.5.0</span>
59575957

0 commit comments

Comments
 (0)