rdblue commented on pull request #3535:
URL: https://github.com/apache/iceberg/pull/3535#issuecomment-968344851


   @flyrain, the data on #3287 supports the idea of using a bitmap instead of a 
set of long values. But this PR actually removes the streaming delete filter, 
which doesn't load all of the deletes into memory at the same time. Instead, it 
streams through the delete file to avoid keeping deletes in memory.
   
   Can you provide data comparing the memory consumption and performance of 
streaming deletes?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to