Which statement describes Delta Lake optimized writes?
Which statement describes Delta Lake optimized writes?
A shuffle occurs prior to writing to try to group similar data together resulting in fewer files instead of each executor writing multiple files based on directory partitions. This description aligns with the concept of Delta Lake optimized writes, where data is reorganized before writing to reduce the number of output files and improve efficiency.
C is correct