Return-Path: X-Original-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91F0491B8 for ; Thu, 8 Mar 2012 03:35:24 +0000 (UTC) Received: (qmail 38751 invoked by uid 500); 8 Mar 2012 03:35:23 -0000 Delivered-To: apmail-incubator-accumulo-dev-archive@incubator.apache.org Received: (qmail 38700 invoked by uid 500); 8 Mar 2012 03:35:23 -0000 Mailing-List: contact accumulo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-dev@incubator.apache.org Received: (qmail 38669 invoked by uid 99); 8 Mar 2012 03:35:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 03:35:22 +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; Thu, 08 Mar 2012 03:35:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4DE2FF494 for ; Thu, 8 Mar 2012 03:35:00 +0000 (UTC) Date: Thu, 8 Mar 2012 03:35:00 +0000 (UTC) From: "Keith Turner (Commented) (JIRA)" To: accumulo-dev@incubator.apache.org Message-ID: <790539797.37698.1331177700488.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1247235193.37697.1331177585736.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (ACCUMULO-452) Generalize locality groups 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/ACCUMULO-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224973#comment-13224973 ] Keith Turner commented on ACCUMULO-452: --------------------------------------- I will put together an initial design document and post it for review. > Generalize locality groups > -------------------------- > > Key: ACCUMULO-452 > URL: https://issues.apache.org/jira/browse/ACCUMULO-452 > Project: Accumulo > Issue Type: New Feature > Reporter: Keith Turner > Fix For: 1.5.0 > > > Locality groups are a neat feature, but there is no reason to limit partitioning to column families. Data could be partitioned based on any criteria. For example if a user is interested in querying recent data and ageing off old data partitioning locality groups based in timestamp would be useful. This could be accomplished by letting users specify a partitioner plugin that is used at compaction and scan time. Scans would need an ability to pass options to the partitioner. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira