You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Greg Rahn (JIRA)" <ji...@apache.org> on 2017/05/26 22:17:04 UTC

[jira] [Created] (IMPALA-5381) Add query option to control join strategy w/o when tables have no stats

Greg Rahn created IMPALA-5381:
---------------------------------

             Summary: Add query option to control join strategy w/o when tables have no stats
                 Key: IMPALA-5381
                 URL: https://issues.apache.org/jira/browse/IMPALA-5381
             Project: IMPALA
          Issue Type: New Feature
          Components: Frontend
            Reporter: Greg Rahn


In IMPALA-5120 the join strategy was changed from bcast to shuffle when tables have no stats.  Adding a query option to specify the behavior lowers the risk that users may have come to rely on this behavior.  This would allow them to revert back to the previous behavior.

Query option proposal:
{noformat}
default_join_strategy = [ broadcast | shuffle ] 
{noformat}
The default would be shuffle.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)