aokolnychyi opened a new pull request, #8621: URL: https://github.com/apache/iceberg/pull/8621
This PR enables fanout writers for **_unsorted_** tables by default to speed up writes. This should be safe as we distribute the incoming records using the transforms for all operations in partitioned tables by default. The ability to skip local sorts reduces the probability of expensive spills. This becomes critical given that we consider using larger advisory partition sizes by default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
