broadcast-hash-join-requires-small-side-in-memory

Status: IN

`BroadcastHashJoin` loads the entire small dataset into a hash table at construction time via `_build_hash_table`, so the small side must fit in a single mapper's memory

Source: entries/2026/05/29/topic-ddia-ch10-reduce-side-joins.md

JSON