-
Notifications
You must be signed in to change notification settings - Fork 682
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
Update query-execution-plan.md (#3359) #3427
Update query-execution-plan.md (#3359) #3427
Conversation
Signed-off-by: ti-srebot <[email protected]>
query-execution-plan.md
Outdated
@@ -1,16 +1,17 @@ | |||
--- | |||
title: Understand the Query Execution Plan | |||
summary: Learn about the execution plan information returned by the `EXPLAIN` statement in TiDB. | |||
aliases: ['/docs/stable/query-execution-plan/','/docs/v4.0/query-execution-plan/','/docs/stable/reference/performance/understanding-the-query-execution-plan/'] | |||
aliases: ['/docs/dev/query-execution-plan/','/docs/dev/reference/performance/understanding-the-query-execution-plan/','/docs/dev/index-merge/','/docs/dev/reference/performance/index-merge/','/tidb/dev/index-merge'] | |||
>>>>>>> 2e2916f... Update query-execution-plan.md (#3359) |
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.
@ireneontheway Please delete this line~
And update the aliases from dev
to stable
. Thanks!
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.
Also, the bot failed to delete index-merge.md
. Please delete this, too.
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.
Done~
@@ -1,16 +1,16 @@ | |||
--- | |||
title: Understand the Query Execution Plan | |||
summary: Learn about the execution plan information returned by the `EXPLAIN` statement in TiDB. | |||
aliases: ['/docs/stable/query-execution-plan/','/docs/v4.0/query-execution-plan/','/docs/stable/reference/performance/understanding-the-query-execution-plan/'] | |||
aliases: ['/docs/stable/query-execution-plan/','/docs/stable/reference/performance/understanding-the-query-execution-plan/','/docs/stable/index-merge/','/docs/stable/reference/performance/index-merge/','/tidb/stable/index-merge'] |
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.
There should 7 aliases: @ran-huang @ireneontheway
['/docs/stable/query-execution-plan/','/docs/v4.0/query-execution-plan/','/docs/stable/reference/performance/understanding-the-query-execution-plan/','/docs/stable/index-merge/','/docs/v4.0/index-merge/','/docs/stable/reference/performance/index-merge/','/tidb/stable/index-merge']
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.
fixed in #3429
cherry-pick #3359 to release-4.0
What is changed, added or deleted? (Required)
Update the documentation for query-execution-plan.md
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?