Fokko commented on issue #132: URL: https://github.com/apache/iceberg-python/issues/132#issuecomment-1806447469
@zeddit there is always a trade-off. Fast-append are quicker and are less likely to suffer from conflicts. Please check [this](https://iceberg.apache.org/spec/#snapshots) link, and go through the bullet points below the table. I personally think that potentially avoiding conflicts is more valuable than maintaining order. Not because I think maintaining order isn't valuable, but it is just very hard to do in a distributed environment (therefore sort-order isn't a hard guarantee, but it depends on the query-engine implementation). -- 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