Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF8D0102E3 for ; Thu, 15 Aug 2013 16:33:38 +0000 (UTC) Received: (qmail 83003 invoked by uid 500); 15 Aug 2013 16:33:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82922 invoked by uid 500); 15 Aug 2013 16:32:56 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 82844 invoked by uid 99); 15 Aug 2013 16:32:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 16:32:52 +0000 Date: Thu, 15 Aug 2013 16:32:52 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9203) Secondary index support through coprocessors 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/HBASE-9203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741153#comment-13741153 ] Ted Yu commented on HBASE-9203: ------------------------------- bq. we can add index tables to system namespaces How do you deal with permissions ? Suppose user A has access to tables in namespace A. Would you grant permission on hbase:A-index to user A ? I think using metadata across releases would be more consistent. > Secondary index support through coprocessors > -------------------------------------------- > > Key: HBASE-9203 > URL: https://issues.apache.org/jira/browse/HBASE-9203 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.98.0 > Reporter: rajeshbabu > Assignee: rajeshbabu > > We have been working on implementing secondary index in HBase and open sourced on hbase 0.94.8 version. > The project is available on github. > https://github.com/Huawei-Hadoop/hindex > This Jira is to support secondary index on trunk(0.98). > Following features will be supported. > - multiple indexes on table, > - multi column index, > - index based on part of a column value, > - equals and range condition scans using index, and > - bulk loading data to indexed table (Indexing done with bulk load) > Most of the kernel changes needed for secondary index is available in trunk. Very minimal changes needed for it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira