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

Is it possible to write tables to delta lake using upsert mode? Would it be more efficiant than overwrite?

Direo
Contributor II
 
1 REPLY 1

Hubert-Dudek
Esteemed Contributor III

@Direo Direoโ€‹ , Yes, you use Merge syntax for that https://docs.delta.io/latest/delta-update.html.

And is more efficient than overwriting if you want to update only part of the data, but you need to think about the logic of what to update so overwriting is easier to manage.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now