Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-11
Description
Typically there are much more data records than delete records in a healthy Iceberg table. This means it is suboptimal to copy probe rows one by one in the IcebergDeleteNode. We should use the new RowBatch::CopyRows method to copy tuple rows in batches.