[
https://issues.apache.org/jira/browse/IMPALA-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-7843.
-----------------------------------
Resolution: Won't Do
I don't think this is viable to implement.
> MT_DOP should be configurable per subquery
> ------------------------------------------
>
> Key: IMPALA-7843
> URL: https://issues.apache.org/jira/browse/IMPALA-7843
> Project: IMPALA
> Issue Type: Improvement
> Reporter: Jon Apgar
> Priority: Major
>
> MT_DOP > 0 will cause queries with JOIN statements to fail, however the
> *subqueries* within the main query _might_ otherwise have been able to run
> successfully with MT_DOP > 0.
> A use-case for subqueries may be to limit the size of complex joins or
> eliminate redundant aggregation in the outer query, By allowing MT_DOP > 0 on
> subqueries you could significantly speed up the entire query.
> MT_DOP is not the only session variable which may be effectively configured
> per subquery. Perhaps there should be a way of specifying applicable
> variables within the select statement of a query.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)