Migrate data to Delta Lake
Databricks provides tools to simplify the migration of Parquet and Iceberg data into Delta Lake.
Tool | When to use |
---|---|
This command performs a one-time, in place conversion of Parquet and Iceberg tables into external tables. | |
|
Databricks recommends storing data using Unity Catalog managed tables, but in-place conversion provides many of the same benefits without needing to fully rewrite all data. Databricks recommends using CLONE
if the source system continues to receive updates during the migration.