You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/01/07 20:34:54 UTC

[jira] Resolved: (HIVE-970) mapjoin should be disabled if the size is too large

     [ https://issues.apache.org/jira/browse/HIVE-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ning Zhang resolved HIVE-970.
-----------------------------

    Resolution: Duplicate

duplicate of HIVE-988.

> mapjoin should be disabled if the size is too large
> ---------------------------------------------------
>
>                 Key: HIVE-970
>                 URL: https://issues.apache.org/jira/browse/HIVE-970
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Ning Zhang
>
> Based on a detailed discussion with Ning, we were thinking of the following.
> Add a configurable parameter, which sets the limit on the usage of mapjoin.
> Assume that only the following can increase the size of the table:
> UDTF, Transforms, Union, Join
> (Although UDF and UDAF can also increase the total size by increasing the size of the row, that is not likely to happen in the common case).
> So, the map join hint will only be honored if none of the above are present at the source and the size of the table is less than the limit.

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