Matt Moen
06/20/2023, 10:24 PMspark.conf.set("spark.databricks.delta.optimize.maxFileSize", 256*1024*1024)
Is there an equivalent setting for the target file size when writing an initial dataset, for example from df.write
?rtyler
06/20/2023, 10:46 PMdelta.targetFileSize
on the table properties https://docs.databricks.com/delta/tune-file-size.html#set-a-target-file-sizeMatt Moen
06/20/2023, 10:55 PMrtyler
06/20/2023, 10:56 PMabhijeet_naib
08/30/2023, 12:47 PMspark.conf.set("spark.databricks.delta.optimize.maxFileSize", 256*1024*1024)
this works post zorder but not post optimize