You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/01 20:50:42 UTC

[GitHub] [arrow-datafusion] jon-chuang commented on issue #2248: [EPIC] Subquery support

jon-chuang commented on issue #2248:
URL: https://github.com/apache/arrow-datafusion/issues/2248#issuecomment-1114332289

   Some additional ideas for subquery optimizations:
   - If rest of subquery is not correlated, push up correlated filter (in particular, correlated equality filter) into a left join on the filter.
   - More here: https://www.alibabacloud.com/blog/query-optimization-technology-for-correlated-subqueries_597644


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