system-variables: add the description of tidb_enable_batch_query_region#23037
system-variables: add the description of tidb_enable_batch_query_region#23037qiancai wants to merge 5 commits into
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Synced from: pingcap/docs-cn#20040 Target PR: pingcap#23037 AI Provider: azure Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Auto-sync completed successfully Source PR: pingcap/docs-cn#20040 English documentation has been updated based on Chinese 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 |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request adds documentation for the new system variable tidb_enable_batch_query_region in system-variables.md. The review feedback recommends aligning the documentation with the style guide by fixing a broken anchor link, using standard property names, adopting the second person ('you') and present tense, and simplifying wordy phrasing. A ready-to-commit suggestion block is provided to address these improvements.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
@JmPotato: 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)
Add the description of the new global system variable
@@tidb_enable_batch_query_region, which controls whether to enable the batch query region feature to relieve the PD leader CPU pressure when handling a large number of Region queries.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
release-8.5, targeting v8.5.7)Do your changes match any of the following descriptions?