Hash join vs Nested Loop using PK
Hi,
I would like to know what is recommended to join 2 huge tables :
- Nested loop join using PK (UNIQUE SCAN) between 2 huge tables.
OR
- Hash join with FULL SCAN for each huge table.
Best regards.
GD.
0