Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 39733 invoked from network); 8 Jul 2009 10:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 10:30:27 -0000 Received: (qmail 37811 invoked by uid 500); 8 Jul 2009 10:30:37 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 37758 invoked by uid 500); 8 Jul 2009 10:30:37 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 37649 invoked by uid 99); 8 Jul 2009 10:30:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 10:30:37 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 10:30:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA6C2234C1ED for ; Wed, 8 Jul 2009 03:30:14 -0700 (PDT) Message-ID: <1078901155.1247049014959.JavaMail.jira@brutus> Date: Wed, 8 Jul 2009 03:30:14 -0700 (PDT) From: "Yongqiang He (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-417) Implement Indexing in Hive In-Reply-To: <1508423816.1239810734955.JavaMail.jira@brutus> 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-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728605#action_12728605 ] Yongqiang He commented on HIVE-417: ----------------------------------- Had a talk with Prasad and Zheng about the index design. And i write a summary of the meeting: http://docs.google.com/View?id=dc9jpfdr_6dkrt82c7 Any suggestion is appreciated! BTW, In this meeting and the doc, we did not include any other index types. And i think we first implement one index type, and after that, others will be more clear. > Implement Indexing in Hive > -------------------------- > > Key: HIVE-417 > URL: https://issues.apache.org/jira/browse/HIVE-417 > Project: Hadoop Hive > Issue Type: New Feature > Components: Metastore, Query Processor > Affects Versions: 0.2.0, 0.3.0, 0.3.1, 0.4.0 > Reporter: Prasad Chakka > Assignee: Yongqiang He > Attachments: hive-417.proto.patch > > > Implement indexing on Hive so that lookup and range queries are efficient. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.