spark/performance
intermediate
Connecting…

Broadcast joins

Replicate a small dimension to every executor and skip shuffling the fact table.

Explain it at my level

  1. Small table
  2. Broadcast
  3. Local join
orders · 2 TBfact · 8B rows
regions · 20 MBdimension · 12 rows