Partition-wise joins reduce query response time by minimizing the amount of data exchanged among parallel execution servers when joins execute in parallel. This significantly reduces response time and improves the use of both CPU and memory resources.
Partition-wise joins can be full or partial. Oracle Database decides which type of join to use.
This section contains the following topics: