Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 72905 invoked from network); 3 Jan 2011 19:03:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2011 19:03:14 -0000 Received: (qmail 10033 invoked by uid 500); 3 Jan 2011 19:03:14 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 10006 invoked by uid 500); 3 Jan 2011 19:03:14 -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 9998 invoked by uid 500); 3 Jan 2011 19:03:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 9995 invoked by uid 99); 3 Jan 2011 19:03:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jan 2011 19:03:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jan 2011 19:03:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p03J2p6e015909 for ; Mon, 3 Jan 2011 19:02:51 GMT Message-ID: <25869807.114921294081371053.JavaMail.jira@thor> Date: Mon, 3 Jan 2011 14:02:51 -0500 (EST) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1694) Accelerate query execution using indexes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976882#action_12976882 ] John Sichi commented on HIVE-1694: ---------------------------------- Thanks Prajakta. Let us know once you have new code ready to review. HIVE-1644 is going to need the internal SQL support too, so I'd like to make sure that as much as possible is reusable there. > Accelerate query execution using indexes > ---------------------------------------- > > Key: HIVE-1694 > URL: https://issues.apache.org/jira/browse/HIVE-1694 > Project: Hive > Issue Type: New Feature > Components: Indexing, Query Processor > Affects Versions: 0.7.0 > Reporter: Nikhil Deshpande > Assignee: Nikhil Deshpande > Attachments: demo_q1.hql, demo_q2.hql, HIVE-1694_2010-10-28.diff > > > The index building patch (Hive-417) is checked into trunk, this JIRA issue tracks supporting indexes in Hive compiler & execution engine for SELECT queries. > This is in ref. to John's comment at > https://issues.apache.org/jira/browse/HIVE-417?focusedCommentId=12884869&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12884869 > on creating separate JIRA issue for tracking index usage in optimizer & query execution. > The aim of this effort is to use indexes to accelerate query execution (for certain class of queries). E.g. > - Filters and range scans (already being worked on by He Yongqiang as part of HIVE-417?) > - Joins (index based joins) > - Group By, Order By and other misc cases > The proposal is multi-step: > 1. Building index based operators, compiler and execution engine changes > 2. Optimizer enhancements (e.g. cost-based optimizer to compare and choose between index scans, full table scans etc.) > This JIRA initially focuses on the first step. This JIRA is expected to hold the information about index based plans & operator implementations for above mentioned cases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.