-
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
Add sql optimization-related docs to toc #5561
Add sql optimization-related docs to toc #5561
Conversation
@SunRunAway, @zz-jason, @qw4990, @lzmhhh123, PTAL. |
@SunRunAway, @zz-jason, @qw4990, @lzmhhh123, PTAL. |
/uncc @SunRunAway |
@zz-jason, @qw4990, @lzmhhh123, PTAL. |
@lzmhhh123, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: docs(slack). |
@lzmhhh123, @zz-jason, @qw4990, PTAL. |
@@ -175,3 +177,13 @@ Query OK, 0 rows affected (0.28 sec) | |||
+------------------------------+---------+-----------+----------------------------+----------------------------------------------------------------------------------------------------+ | |||
5 rows in set (0.00 sec) | |||
``` | |||
|
|||
## 其他类型查询的执行计划 |
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.
Seems that this part is not shown in the English side?
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.
No. This PR is not a strict translation of the English version. Some parts are deleted from the English version (which I think should not be deleted). Please help confirm whether this part is needed or not. If yes, I'll add it to the English version later.
+ [聚合查询的执行计划](/explain-aggregation.md) | ||
+ [视图查询的执行计划](/explain-views.md) | ||
+ [分区查询的执行计划](/explain-partitions.md) | ||
+ [开启 IndexMerge 查询的执行计划](/explain-index-merge.md) |
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.
The one about the index merge is not included in English version?
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.
It has an English page: https://docs.pingcap.com/tidb/dev/explain-index-merge/. It is missed in the English PR. I'll add it to the English TOC later.
[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. |
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: e8059a8
|
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #7452. |
* Add sql optimization-related docs to toc * Update explain-overview.md * fix broken anchor * refine language * update TOC * link to indexmerge * Update explain-overview.md * add mpp * Update explain-overview.md
In response to a cherrypick label: new pull request created: #7453. |
* Add sql optimization-related docs to toc * Update explain-overview.md * fix broken anchor * refine language * update TOC * link to indexmerge * Update explain-overview.md * add mpp * Update explain-overview.md
In response to a cherrypick label: new pull request created: #7454. |
* Add sql optimization-related docs to toc * Update explain-overview.md * fix broken anchor * refine language * update TOC * link to indexmerge * Update explain-overview.md * add mpp * Update explain-overview.md
In response to a cherrypick label: new pull request created: #7455. |
* Add sql optimization-related docs to toc * Update explain-overview.md * fix broken anchor * refine language * update TOC * link to indexmerge * Update explain-overview.md * add mpp * Update explain-overview.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
* Add sql optimization-related docs to toc * Update explain-overview.md * fix broken anchor * refine language * update TOC * link to indexmerge * Update explain-overview.md * add mpp * Update explain-overview.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
* This is an automated cherry-pick of #5561 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> * Apply suggestions from code review * Delete explain-mpp.md * Apply suggestions from code review * resolve conflict Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
What is changed, added or deleted? (Required)
EXPLAIN
语句来查看 JOIN 查询的执行计划。本文提供多个示例,以帮助用户理解表连接查询是如何执行的。"explain-overview.md
that are deleted in toc: add sql optimization-related docs docs#4219Which 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?