Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2021 01:56 AM
Maybe the table size is +10TB?
If you use the autotune, delta lake uses a file size based on the table size:
However, the targetfilesize should disable the autotune... weird.
I use the following settings (which create files around 256MB):
spark.sql("set spark.databricks.delta.autoCompact.enabled = true")
spark.sql("set spark.databricks.delta.optimizeWrite.enabled = true")
spark.sql("set spark.databricks.delta.merge.enableLowShuffle = true")