0 votes
in Netezza by
What is a collocated join?

1 Answer

0 votes
by

When you join tables that are distributed on the same key and used these key columns in the join condition, then each SPU in Netezza works 100% independent of the other, as the required data is available in itself. This type of joins is called collocated joins.

...