You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/04/03 15:52:10 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #5754: Improving optimizer performance by eliminating unnecessary sort and distribution passes, add more SymmetricHashJoin improvements

alamb commented on PR #5754:
URL: https://github.com/apache/arrow-datafusion/pull/5754#issuecomment-1494573243

   > Can we have different physical optimizers list for the plans with/without unbounded sources?
   
   This would make sense to me if there are different query plans / decisions that would be made in the two modes.  It seems like the decision can be made locally at the moment by inspecting the plans / plan nodes, as suggested by @metesynnada 
   
   @mingmwang  do you have some ideas about when a global mode would be more beneficial?


-- 
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-unsubscribe@arrow.apache.org

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