tidb: add the join order related variable tidb_opt_join_reorder_through_sel (#22477)#22725
Conversation
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Aolin <aolinz@outlook.com>
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for the new system variable tidb_opt_join_reorder_through_sel, available in versions v8.5.6 and v9.0.0. The variable enables the optimizer to include filter conditions between consecutive joins in the Join Reorder optimization process. Review feedback focuses on improving the readability and logical flow of the documentation by splitting long sentences and rephrasing descriptions to lead with behavior rather than rationale.
This reverts commit 24d4c11.
This reverts commit a85ec8a.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hfxsd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bd5be4e
into
pingcap:feature/preview-v8.5.6
This is an automated cherry-pick of #22477
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
tidb_opt_join_reorder_through_seldocs-cn#21292Do your changes match any of the following descriptions?