Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 03:50 AM
the number of partitions in the delta table is not relevant, what is relevant is how many partitions or files are affected by the merge.
That can be dispayed in the delta history.
databricks can also apply optimizations while writing, so it is possible that it decides to write a single file instead of 8. writing will be worse but reading will be faster.