xianjingfeng commented on PR #294:
URL: 
https://github.com/apache/incubator-uniffle/pull/294#issuecomment-1303044309

   > I have two suggestions:
   > 
   > 1. Use bloomfilter or bitmap instead of complete `processBlockIds` and 
`expectBlockIds`.
   >    Because these blockIds can be very large, while the size of needed data 
can be small.
   
   Bloomfilter is not suitable here, because it can only make sure whether does 
not exist. And you can see `RssUtils.serializeBitMap`


-- 
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