Skip to content

Commit 4a3f459

Browse files
authored
Unify title for explain overview (pingcap#8095)
1 parent d174e66 commit 4a3f459

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blocklist-control-plan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To remove one or more expressions from the blocklist, perform the following step
146146

147147
In the following example, the `<` and `>` operators are added to the blocklist, and then the `>` operator is removed from the blocklist.
148148

149-
To judge whether the blocklist takes effect, observe the results of `EXPLAIN` (See [Optimize SQL statements using `EXPLAIN`](/explain-overview.md)).
149+
To judge whether the blocklist takes effect, observe the results of `EXPLAIN` (See [TiDB Query Execution Plan Overview](/explain-overview.md)).
150150

151151
1. The predicates `a < 2` and `a > 2` in the `WHERE` clause of the following SQL statement can be pushed down to TiKV.
152152

explain-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: EXPLAIN Overview
2+
title: TiDB Query Execution Plan Overview
33
summary: Learn about the execution plan information returned by the `EXPLAIN` statement in TiDB.
44
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','/tidb/dev/query-execution-plan']
55
---
66

7-
# `EXPLAIN` Overview
7+
# TiDB Query Execution Plan Overview
88

99
> **Note:**
1010
>

0 commit comments

Comments
 (0)