master: correct stats variable defaults#21731
Conversation
Synced from: pingcap/docs#23115 Target PR: pingcap#21731 AI Provider: azure Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Auto-sync completed successfully Source PR: pingcap/docs#23115 Chinese documentation has been updated based on English documentation changes. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@0xPoe: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What is changed, added or deleted? (Required)
Correct the documented default values for stats-related system variables:
tidb_auto_analyze_concurrency:1->3starting from v8.5.7tidb_auto_build_stats_concurrency:1->2starting from v8.5.7tidb_sysproc_scan_concurrency:1->4starting from v8.5.7Also update the
statistics.mdauto-analyze variable table so it is consistent withsystem-variables.md, and mention the upgrade behavior in the variable descriptions.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?