Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Spark uses stats for each side of a join and automatically switches to a broadcast join if size is below threshold. Sedona could do the same.
This is where it's done in Spark.
https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/joins.scala
Attachments
Issue Links
- links to