cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

what are the join hints, available in spark 3.0, and how does it help compare to pervious spark version

User16826994223
Honored Contributor III

what are the join hints, available in spark 3.0, and how does it help compare to pervious spark version 

1 ACCEPTED SOLUTION

Accepted Solutions

Srikanth_Gupta_
Valued Contributor

4 types of join hints in Spark 3.0

BROADCAST

MERGE

SHUFFLE_HASH

SHUFFLE_REPLICATE_NL

May be good idea to enable Adaptive Query Execution which speeds up Spark SQL join during run time

In Spark 3.0, Adaptive Query Execution comes with below features

Dynamically coalescing shuffle partitions

Dynamically switching join strategies

Dynamically optimizing skew joins

more details on ADE are available here 

View solution in original post

1 REPLY 1

Srikanth_Gupta_
Valued Contributor

4 types of join hints in Spark 3.0

BROADCAST

MERGE

SHUFFLE_HASH

SHUFFLE_REPLICATE_NL

May be good idea to enable Adaptive Query Execution which speeds up Spark SQL join during run time

In Spark 3.0, Adaptive Query Execution comes with below features

Dynamically coalescing shuffle partitions

Dynamically switching join strategies

Dynamically optimizing skew joins

more details on ADE are available here 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group