File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1109,10 +1109,10 @@ compatibly partitioned tables.
1109
1109
Even if the joining relations don't have exactly the same partition bounds,
1110
1110
partitionwise join can still be applied by using an advanced
1111
1111
partition-matching algorithm. For both the joining relations, the algorithm
1112
- checks wether every partition of one joining relation only matches one
1112
+ checks whether every partition of one joining relation only matches one
1113
1113
partition of the other joining relation at most. In such a case the join
1114
1114
between the joining relations can be broken down into joins between the
1115
- matching partitions. The join relation can then be considerd partitioned.
1115
+ matching partitions. The join relation can then be considered partitioned.
1116
1116
The algorithm produces the pairs of the matching partitions, plus the
1117
1117
partition bounds for the join relation, to allow partitionwise join for
1118
1118
computing the join. The algorithm is implemented in partition_bounds_merge().
You can’t perform that action at this time.
0 commit comments