Fish Touching🐟🎣

SQL Join Algorithm

Apr 20, 2023

# Nested Loop Join

# Simple Nested Loop Join

# Page Nested Loop Join

# Block Nested Loop Join

We have $B$ buffer pages to spare, give $B-2$ pages to $R$ and match $S$ against every record in the buffer.

# Hash Join

# Grace Hash Join

# Sort Merge Join