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: 

Does Delta format create a full copy of the data for each change I make to a table?

StephanieAlba
Databricks Employee
Databricks Employee
 
1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

the underlying data format is parquet. parquet is immutable so if one of the parquet files has to be changed, a new version of that file is created (and the old one is kept for a while). The transaction log keeps track on what file is the current one.

View solution in original post

3 REPLIES 3

Shasidhar_ES
Databricks Employee
Databricks Employee

No it will just add/update/delete the changes in a transaction log for each write operation ​

-werners-
Esteemed Contributor III

the underlying data format is parquet. parquet is immutable so if one of the parquet files has to be changed, a new version of that file is created (and the old one is kept for a while). The transaction log keeps track on what file is the current one.

jose_gonzalez
Databricks Employee
Databricks Employee

Hi @Stephanie Rivera​,

Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.

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