alamb commented on issue #15631:
URL: https://github.com/apache/datafusion/issues/15631#issuecomment-2792363126

   `ShortCircuitStrategy` is a pretty neat idea
   
    In my opinion, as long as the code is easy to understand, makes realistic 
benchmarks faster, and doesn't regress existing performance it is good thing to 
try
   
   My biggest concern with this type of optimization is that it will cause some 
queries to go faster and some to go slower -- this tradeoff is not great in my 
mind as then we have to judge if the tradeoff is worth it. Given how many 
people use DataFusion I think it likely that not all users have the same opinion


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to