You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2015/04/01 06:18:52 UTC

[jira] [Updated] (HIVE-10175) PartitionPruning lacks a fast-path exit for large IN() queries

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

Gopal V updated HIVE-10175:
---------------------------
    Component/s: Query Planning

> PartitionPruning lacks a fast-path exit for large IN() queries
> --------------------------------------------------------------
>
>                 Key: HIVE-10175
>                 URL: https://issues.apache.org/jira/browse/HIVE-10175
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Planning, Tez
>    Affects Versions: 1.2.0
>            Reporter: Gopal V
>            Priority: Minor
>
> TezCompiler::runDynamicPartitionPruning() calls the graph walker even if all tables provided to the optimizer are unpartitioned temporary tables.
> This makes it extremely slow as it will walk & inspect a large/complex FilterOperator later in the pipeline.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)