Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Aug 8, 2023
1 parent 383442c commit 676cbef
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,9 @@
],
"Plan": [
"HashJoin 2.20 root inner join, equal:[eq(test_partition.t4.id, test_partition.t5.id)]",
"├─Selection(Build) 2.00 root not(isnull(test_partition.t4.id))",
"│ └─Batch_Point_Get 2.00 root table:t4 handle:[1 3], keep order:false, desc:false",
"├─TableReader(Build) 2.00 root partition:p0 data:Selection",
"│ └─Selection 2.00 cop[tikv] not(isnull(test_partition.t4.id))",
"│ └─TableRangeScan 2.00 cop[tikv] table:t4 range:[1,1], [3,3], keep order:false",
"└─IndexLookUp(Probe) 3.64 root partition:p0,p1 ",
" ├─IndexRangeScan(Build) 4.00 cop[tikv] table:t5, index:a(a, b) range:[1 1,1 1], [1 6,1 6], [6 1,6 1], [6 6,6 6], keep order:false",
" └─Selection(Probe) 3.64 cop[tikv] not(isnull(test_partition.t5.id))",
Expand All @@ -754,13 +755,13 @@
"1 1 1 1 1 1"
],
"Plan": [
"HashJoin 2.50 root inner join, equal:[eq(test_partition.t4.id, test_partition.t4.id)]",
"HashJoin 2.00 root inner join, equal:[eq(test_partition.t4.id, test_partition.t4.id)]",
"├─TableReader(Build) 2.00 root partition:p0 data:Selection",
"│ └─Selection 2.00 cop[tikv] not(isnull(test_partition.t4.id))",
"│ └─TableRangeScan 2.00 cop[tikv] table:t1 range:[1,1], [4,4], keep order:false, stats:pseudo",
"│ └─TableRangeScan 2.00 cop[tikv] table:t1 range:[1,1], [4,4], keep order:false",
"└─TableReader(Probe) 4.00 root partition:p0,p1 data:Selection",
" └─Selection 4.00 cop[tikv] not(isnull(test_partition.t4.id))",
" └─TableRangeScan 4.00 cop[tikv] table:t2 range:[1,1], [3,3], [9,9], [100,100], keep order:false, stats:pseudo"
" └─TableRangeScan 4.00 cop[tikv] table:t2 range:[1,1], [3,3], [9,9], [100,100], keep order:false"
]
},
{
Expand Down

0 comments on commit 676cbef

Please sign in to comment.