May 2017
Intermediate to advanced
294 pages
7h 33m
English
The Shuffle hash join is the most basic type of join and is derived from the joins in MapReduce. Let's say we would like to join the review data and tip data for every user. A Shuffle hash join will go through the following steps:
As in MapReduce, the Shuffle hash join works best when data is not skewed and evenly distributed among the keys.
Read now
Unlock full access