Skip to content

Commit f87d569

Browse files
committed
fix: update
1 parent a25a8c1 commit f87d569

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

system-variables.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,11 @@ MPP is a distributed computing framework provided by the TiFlash engine, which a
11301130
11311131
### tidb_analyze_distsql_scan_concurrency <span class="version-mark">New in v7.6.0</span>
11321132
1133+
> **Note:**
1134+
>
1135+
> Before v7.6.0, it controlled by the variable `tidb_distsql_scan_concurrency`.
1136+
> So please consider change the value of `tidb_distsql_scan_concurrency` if you want to adjust the concurrency of scanning TiKV regions in versions earlier than v7.6.0.
1137+
11331138
- Scope: SESSION | GLOBAL
11341139
- Persists to cluster: Yes
11351140
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
@@ -1144,7 +1149,7 @@ MPP is a distributed computing framework provided by the TiFlash engine, which a
11441149
- Scope: SESSION | GLOBAL
11451150
- Persists to cluster: Yes
11461151
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
1147-
- Default value: `2`.
1152+
- Default value: `2`. The default value is `1` for v7.4.0 and earlier versions.
11481153
- Range: `[1, 128]`. Before v8.4.0, the value range is `[1, 18446744073709551615]`.
11491154
- For manual/auto analyze: used to control the concurrency for saving analyze results (writing TopN and histograms to system tables).
11501155

0 commit comments

Comments
 (0)