tobixdev commented on issue #16799:
URL: https://github.com/apache/datafusion/issues/16799#issuecomment-3281151036

   > It seems to me like we have two known blocking issues now for 50.0.0
   > 
   >     * [ ]  [Regression: projection pushdown doesn't work as expected in 
DF50 #17513](https://github.com/apache/datafusion/issues/17513)
   >     * [ ] [Nested Loop Join: Performance Regression in DataFusion 50 for 
Suboptimal Join Orderings 
#17488](https://github.com/apache/datafusion/issues/17488)
   
   I am unsure whether https://github.com/apache/datafusion/issues/17488 is 
really a blocking issue. After some further investigation and discussions, it 
seems like the problem is only related to a bad join ordering from our side (in 
this case: left side 1200 rows, right side 1 row) and relatively small data 
sets. The old algorithm handled this case better. Maybe a mention in the 
release notes and a pointer to the issue suffices? Happy to hear additional 
opinions.
   


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