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 @@ -1109,10 +1109,10 @@ compatibly partitioned tables.
11091109Even if the joining relations don't have exactly the same partition bounds,
11101110partitionwise join can still be applied by using an advanced
11111111partition-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
11131113partition of the other joining relation at most. In such a case the join
11141114between 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.
11161116The algorithm produces the pairs of the matching partitions, plus the
11171117partition bounds for the join relation, to allow partitionwise join for
11181118computing the join. The algorithm is implemented in partition_bounds_merge().
You can’t perform that action at this time.
0 commit comments