XuanGX opened a new issue, #9959: URL: https://github.com/apache/iceberg/issues/9959
### Query engine Spark ### Question I want to use row-level deletes to delete old data in iceberg table quickly. such as :delete from iceberg.table where name='xxx'; As we all know,"Merge on Read" writes faster than "Copy on Write",But "Merge on Read" impacts on query time. so Is there any performance report on iceberg like the picture (i think the result is not is incorrect )?  blog from: https://aws.amazon.com/cn/blogs/big-data/use-apache-iceberg-in-a-data-lake-to-support-incremental-data-processing/?ref=guptaakashdeep.com -- 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.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