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:ย 

Performance drop from databricks 12.2 to 14.3 LTS - solved with checkpoint(), looking for root cause

operryman
New Contributor

On databricks 12.2, a piece of code which has an action takes a minute to run.

On databricks 14.3, the same code unchanged, same inputs, now takes 10 minutes.

Attempting to debug using explain() shows the plan is huge (150k plus rows of output)

Replacing cache() with checkpoint() to truncate the plan also solves the performance problem.

 

 

What was different about 12.2 vs 14.3 that highlighted this problem by slowing down? Shouldn't 14.3 be faster in all cases?

0 REPLIES 0

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