Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 45928 invoked from network); 29 Mar 2011 08:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 08:37:44 -0000 Received: (qmail 23011 invoked by uid 500); 29 Mar 2011 08:37:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 22969 invoked by uid 500); 29 Mar 2011 08:37:44 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 22865 invoked by uid 500); 29 Mar 2011 08:37:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 22809 invoked by uid 99); 29 Mar 2011 08:37:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 08:37:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 08:37:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3CA7085897 for ; Tue, 29 Mar 2011 08:37:06 +0000 (UTC) Date: Tue, 29 Mar 2011 08:37:06 +0000 (UTC) From: "Russell Melick (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <103742857.18467.1301387826245.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-1644) use filter pushdown for automatically accessing indexes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Russell Melick updated HIVE-1644: --------------------------------- Attachment: HIVE-1644.11.patch * I don't think that my method of relabeling the tasks works correctly (renumberTasks(...) in Task.java). It also seems like the labels do not affect the run-time execution. * I haven't had a chance to write a unit test that uses partitions on an index, so I haven't really looked at how the code will perform (IndexWhereProcessor:66). I'm not really sure how indexes change once there are partitions. Is index_compact_2.q a reasonable starting place for a partitioned index test? * Using the TS%FIL instead of FIL%SEL seems to work nicely, as it gives easy access to the table scan operator. * I created the followup HIVE-2081 ticket for #3 from above. > use filter pushdown for automatically accessing indexes > ------------------------------------------------------- > > Key: HIVE-1644 > URL: https://issues.apache.org/jira/browse/HIVE-1644 > Project: Hive > Issue Type: Improvement > Components: Indexing > Affects Versions: 0.7.0 > Reporter: John Sichi > Assignee: Russell Melick > Attachments: HIVE-1644.1.patch, HIVE-1644.10.patch, HIVE-1644.11.patch, HIVE-1644.2.patch, HIVE-1644.3.patch, HIVE-1644.4.patch, HIVE-1644.5.patch, HIVE-1644.6.patch, HIVE-1644.7.patch, HIVE-1644.8.patch, HIVE-1644.9.patch > > > HIVE-1226 provides utilities for analyzing filters which have been pushed down to a table scan. The next step is to use these for selecting available indexes and generating access plans for those indexes. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira