Commit 24fd674a authored by Robert Haas's avatar Robert Haas
parent 1310ac25
...@@ -1088,8 +1088,8 @@ broken into joins between the matching partitions. The resultant join is ...@@ -1088,8 +1088,8 @@ broken into joins between the matching partitions. The resultant join is
partitioned in the same way as the joining relations, thus allowing an N-way partitioned in the same way as the joining relations, thus allowing an N-way
join between similarly partitioned tables having equi-join condition between join between similarly partitioned tables having equi-join condition between
their partition keys to be broken down into N-way joins between their matching their partition keys to be broken down into N-way joins between their matching
partitions. This technique of breaking down a join between partition tables partitions. This technique of breaking down a join between partitioned tables
into join between their partitions is called partition-wise join. We will use into joins between their partitions is called partition-wise join. We will use
term "partitioned relation" for either a partitioned table or a join between term "partitioned relation" for either a partitioned table or a join between
compatibly partitioned tables. compatibly partitioned tables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment