Choosing a migration strategy
When transitioning to Iceberg format, the choice between in-place and full migration is crucial. To determine the most suitable approach for your specific needs, consider the following questions and recommendations:
Question | Recommendation |
---|---|
What is the data file format (for example, CSV or Apache Parquet)? |
|
Do you want to update or consolidate the table schema? |
|
Would the table benefit from changing the partition strategy? |
|
Would the table benefit from adding or changing the sort order strategy? |
|
Does the table have many small files? |
|