github-actions[bot] closed issue #9959: Is there any performance report on
iceberg(Merge on Read)
URL: https://github.com/apache/iceberg/issues/9959
--
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 t
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