You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "XiDuo You (Jira)" <ji...@apache.org> on 2021/09/22 05:00:01 UTC

[jira] [Created] (SPARK-36823) Support broadcast nested loop join hint for equi-join

XiDuo You created SPARK-36823:
---------------------------------

             Summary: Support broadcast nested loop join hint for equi-join
                 Key: SPARK-36823
                 URL: https://issues.apache.org/jira/browse/SPARK-36823
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.3.0
            Reporter: XiDuo You


For the join if one side is small and other side is large, the shuffle overhead is also very big. Due to the limitation, we can only broadcast right side for left join and left side for right join. So for the other case, we can try to use `BroadcastNestedLoopJoin` as the join strategy.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org