-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs:Add tidb_opt_force_inline_cte system vars usage description in docs. #11216
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Welcome @elsa0520! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest LGTM
Co-authored-by: TomShawn <[email protected]>
system-variables.md
Outdated
- 是否持久化到集群:是 | ||
- 类型:布尔型 | ||
- 默认值:`OFF` | ||
- 这个变量用来控制是否强制开启 inline CTE。默认值为 `OFF`,即默认不强制开启 inline CTE。注意,此时依旧可以通过 `MERGE()` hint 来开启个别 CTE 的 inline。如果设置为 `ON`,则当前 session 中所有查询的 CTE(递归 CTE 除外)都会是 inline。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
都会是 inline
->
都会 inline
system-variables.md
Outdated
- 是否持久化到集群:是 | ||
- 类型:布尔型 | ||
- 默认值:`OFF` | ||
- 这个变量用来控制是否强制开启 inline CTE。默认值为 `OFF`,即默认不强制开启 inline CTE。注意,此时依旧可以通过 `MERGE()` hint 来开启个别 CTE 的 inline。如果设置为 `ON`,则当前 session 中所有查询的 CTE(递归 CTE 除外)都会是 inline。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个变量用来控制是否强制开启 inline CTE。
->
这个变量用来控制是否强制 inline CTE。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 这个变量用来控制是否强制开启 inline CTE。默认值为
OFF
,即默认不强制开启 inline CTE
->
- 这个变量用来控制是否强制 inline CTE。默认值为
OFF
,即默认不强制 inline CTE
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 993fd66
|
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 (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?