Fokko commented on issue #9218: URL: https://github.com/apache/iceberg/issues/9218#issuecomment-1840531555
@AllenWee1106 Thanks for reaching out. It depends on the workload, but Iceberg handles multiple writes fairly well. Mostly because it knows when commits are conflicting: https://iceberg.apache.org/docs/latest/reliability/#concurrent-write-operations For example, if you do two operations that don't affect each other, Iceberg can do a fairly cheap retry and this increase throughput. Can I ask which catalog you're using? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org