File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1088,8 +1088,8 @@ broken into joins between the matching partitions. The resultant join is
10881088partitioned in the same way as the joining relations, thus allowing an N-way
10891089join between similarly partitioned tables having equi-join condition between
10901090their partition keys to be broken down into N-way joins between their matching
1091- partitions. This technique of breaking down a join between partition tables
1092- into join between their partitions is called partition-wise join. We will use
1091+ partitions. This technique of breaking down a join between partitioned tables
1092+ into joins between their partitions is called partition-wise join. We will use
10931093term "partitioned relation" for either a partitioned table or a join between
10941094compatibly partitioned tables.
10951095
You can’t perform that action at this time.
0 commit comments