[ 
https://issues.apache.org/jira/browse/HIVE-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785526#action_12785526
 ] 

Namit Jain commented on HIVE-969:
---------------------------------

What I meant to say was that, we will use table size only as the criteria.

So, if the user is joining T1 and T2, and there is a selective filter on T2, we
will base our decision only on the total size of T1 and T2, and not any other 
criteria.


> choose the largest table for join as the table to be streamed
> -------------------------------------------------------------
>
>                 Key: HIVE-969
>                 URL: https://issues.apache.org/jira/browse/HIVE-969
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Namit Jain
>
> In absence of statistics, the join order is random. This creates a problem 
> for the users since mostly they dont care about the size of the tables
> So, instead of choosing the join order randomly, we can make the largest 
> table as the table to be streamed if the user did not specify any hints.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to