You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Russell Melick (JIRA)" <ji...@apache.org> on 2011/04/16 01:48:05 UTC

[jira] [Created] (HIVE-2115) Process residual predicate during automatic index query

Process residual predicate during automatic index query
-------------------------------------------------------

                 Key: HIVE-2115
                 URL: https://issues.apache.org/jira/browse/HIVE-2115
             Project: Hive
          Issue Type: Improvement
          Components: Indexing
    Affects Versions: 0.8.0
            Reporter: Russell Melick


During automatic use of indexes, we analyze the query predicate to pull out what we can use the index on.  Not all of the predicate can necessarily be processed with a single index.  Currently, we return the residual predicate from the IndexHandler but do not process it further.  We run the full original predicate on the index table.  Ideally, we would want to only run the residual predicate so we don't have to do as much processing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira