Channels
delta-social
h2g2-streaming
roapi
delta-oss
dais-2023
random
delta-rs
general
jobs
kafka-delta-ingest
deltalake-questions
events
lakefs
delta-cycling
deltalake-databricks-dbsql
delta-community
azuredatabricks
deltalake-on-aws
delta-sharing
flink-delta-connector
graph-delta-lake
dat
delta-sharing-rs
Powered by
#deltalake-questions
Title
c
Christina
03/03/2023, 6:47 PM
Hey folks, we are exploring migrating from parquet/iceberg/hudi to delta.
https://docs.databricks.com/ingestion/clone-parquet.html
is this like “zero copy cloning”? does the CLONE command need to be only issued once?
j
JosephK (exDatabricks)
03/03/2023, 6:56 PM
When you clone, it creates a snapshot at that time. You can think of it as a fork that creates a new branch. If you clone and change the original table, the clone won’t also change. Deep clones copies the data files, shallow clone doesn’t copy the data files.
https://www.databricks.com/blog/2020/09/15/easily-clone-your-delta-lake-for-testing-sharing-and-ml-reproducibility.html
2 Views
Post