Skip to content

Commit

Permalink
docs: fix duplicated plan (#9397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisaer authored Jun 21, 2022
1 parent eaeedf4 commit 19e4911
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions explain-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ EXPLAIN SELECT * FROM t1 WHERE intkey >= 99 AND intkey <= 103;
+-------------------------------+---------+-----------+--------------------------------+-----------------------------------+
3 rows in set (0.00 sec)

+-------------------------------+---------+-----------+--------------------------------+-----------------------------------+
| id | estRows | task | access object | operator info |
+-------------------------------+---------+-----------+--------------------------------+-----------------------------------+
| IndexLookUp_10 | 5.67 | root | | |
| ├─IndexRangeScan_8(Build) | 5.67 | cop[tikv] | table:t1, index:intkey(intkey) | range:[300,310], keep order:false |
| └─TableRowIDScan_9(Probe) | 5.67 | cop[tikv] | table:t1 | keep order:false |
+-------------------------------+---------+-----------+--------------------------------+-----------------------------------+
3 rows in set (0.00 sec)

+-------------------------------+---------+-----------+--------------------------------+-----------------------------------------------------+
| id | estRows | task | access object | operator info |
+-------------------------------+---------+-----------+--------------------------------+-----------------------------------------------------+
Expand Down

0 comments on commit 19e4911

Please sign in to comment.