adriangb commented on issue #17267:
URL: https://github.com/apache/datafusion/issues/17267#issuecomment-3208341077

   Filter pushdown is pretty flexible. Very little information needs to be kept 
in memory and building it can be deferred. I think we can start by saying that 
things that fit in the memory budget should push down as they do now (no perf 
loss) and things that don't fit in memory can be less efficient about pushdown 
and we can improve that later.


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