Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Sep 26, 2024
1 parent 9de3d6a commit c11747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
- Type: Integer
- Default value: `1`
- Range: `[1, 2147483647]`
- This variable is used to set the concurrency of executing the automatic update of statistics.
- This variable is used to set the concurrency within a signle automatic statistics collection task. Before v8.4.0, the concurrecncy for each automatic statistics collection task is fixed at `1`. You can increase this concurrency to speed up statistics collection tasks based on your cluster's available resources.

### tidb_auto_analyze_end_time

Expand Down

0 comments on commit c11747c

Please sign in to comment.