Enterprise Java Development@TOPIC@

Chapter 80. Joins

80.1. Foreign Keys
80.1.1. Query Parts
80.1.2. No Indexes
80.1.3. Perform Query with Support for Foreign Key Index
80.1.4. Foreign Key and Where Columns Indexed
80.1.5. Foreign Key, Where, and Join Columns Indexed
80.2. Join Types
80.2.1. Nested Loop Join
80.2.2. Hash Join
80.2.3. Sort Merge Join
80.3. Summary

Improving performance of foreign key joins.

Used when driving table is small and join condition used to access second table

Used when driving table too large to fit into memory and join based on equality