We know that spark have three type join modes-- Brocadcast Join, Shuffle Join and Sort-Merge Join:
when small table join big table, use Brocadcast Join;
when s