Skip to content

Commit 04cc842

Browse files
committed
fix: address comments
1 parent 9d1de3a commit 04cc842

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,12 +752,12 @@ The relationships of the relevant system variables are shown below:
752752

753753
#### `tidb_build_stats_concurrency`
754754

755-
Used to control the concurrency of table or partition analysis — for example, how many partition or table tasks can be processed simultaneously. The default value is `2`. The default value is `4` for v7.4.0 and earlier versions.
755+
Used to control the concurrency of table or partition analysis — for example, the number of partitions or table tasks that can be processed simultaneously. The default value is `2`. The default value is `4` for v7.4.0 and earlier versions.
756756

757757
#### `tidb_build_sampling_stats_concurrency`
758758

759759
1. Used to control the concurrency level for merging samples collected from different regions.
760-
2. Used to control the concurrency for special indexes (such as indexes on generated virtual columns), for example, how many special indexes can collect statistics simultaneously.
760+
2. Used to control the concurrency for special indexes (such as indexes on generated virtual columns), for example, the number of special indexes that can collect statistics simultaneously.
761761

762762
The default value is `2`.
763763

system-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
13051305
- Type: Integer
13061306
- Default value: `1`
13071307
- Range: `[1, 256]`
1308-
- For auto analyze: used to control the concurrency of table or partition analysis — for example, how many partition or table tasks can be processed simultaneously.
1308+
- For auto analyze: used to control the concurrency of table or partition analysis — for example, the number of partitions or table tasks that can be processed simultaneously.
13091309

13101310
### tidb_backoff_lock_fast
13111311

@@ -1418,7 +1418,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
14181418
- Default value: `2`. The default value is `4` for v7.4.0 and earlier versions.
14191419
- Range: `[1, 256]`
14201420
- Unit: Threads
1421-
- For manual analyze: used to control the concurrency of table or partition analysis — for example, how many partition or table tasks can be processed simultaneously.
1421+
- For manual analyze: used to control the concurrency of table or partition analysis — for example, the number of partitions or table tasks that can be processed simultaneously.
14221422

14231423
### tidb_build_sampling_stats_concurrency <span class="version-mark">New in v7.5.0</span>
14241424

@@ -1430,7 +1430,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
14301430
- Default value: `2`
14311431
- Range: `[1, 256]`
14321432
- Used to control the concurrency level for merging samples collected from different regions.
1433-
- Used to control the concurrency for special indexes (such as indexes on generated virtual columns), for example, how many indexes can collect statistics simultaneously.
1433+
- Used to control the concurrency for special indexes (such as indexes on generated virtual columns), for example, the number of indexes which can concurrently collect statistics.
14341434

14351435
### tidb_capture_plan_baselines <span class="version-mark">New in v4.0</span>
14361436

0 commit comments

Comments
 (0)