Dandandan commented on PR #13147:
URL: https://github.com/apache/datafusion/pull/13147#issuecomment-2449565761

   Thanks @findepi
   
   Another approach in a single node environment could be re-using the 
hashtable from the join as filter, this way no extra memory is created and no.
   
   The main benefit from a bloom filter is saving memory - that might make 
sense in a distributed environment or when saving a filter to disk, but maybe 
not so much for pushing down a filter from hash join.


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