Enterprise Java Development@TOPIC@

Chapter 5. Joins

5.1. Foreign Keys
5.1.1. Query Parts
5.1.2. No Indexes
5.1.3. Perform Query with Support for Foreign Key Index
5.1.4. Foreign Key and Where Columns Indexed
5.1.5. Foreign Key, Where, and Join Columns Indexed
5.2. Join Types
5.2.1. Nested Loop Join
5.2.2. Hash Join
5.2.3. Sort Merge Join
5.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