Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9B9410006 for ; Tue, 22 Oct 2013 19:17:53 +0000 (UTC) Received: (qmail 91778 invoked by uid 500); 22 Oct 2013 19:16:52 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 91752 invoked by uid 500); 22 Oct 2013 19:16:51 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 91694 invoked by uid 99); 22 Oct 2013 19:16:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Oct 2013 19:16:45 +0000 Date: Tue, 22 Oct 2013 19:16:45 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1802) use case for future configurability of major compactions 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/ACCUMULO-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802151#comment-13802151 ] Billie Rinaldi commented on ACCUMULO-1802: ------------------------------------------ One could also imagine matching a reading strategy with a compaction strategy, to allow skipping of entire files based on file metadata when reading. > use case for future configurability of major compactions > -------------------------------------------------------- > > Key: ACCUMULO-1802 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1802 > Project: Accumulo > Issue Type: Sub-task > Components: tserver > Reporter: Eric Newton > Fix For: 1.6.0 > > > The default compaction strategy has a tendency to put the oldest data in the largest files. This leads to a lot of work when it is time to age off data. > One could imaging a compaction strategy that would split data into separate files based on the timestamp. Additionally, if the min/max timestamps for a file were known, old data could be aged off by deleting whole files. > Augment the configurable compaction strategy to support multiple output files, and saving/using extra metadata in each file. -- This message was sent by Atlassian JIRA (v6.1#6144)