Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9C42108B6 for ; Fri, 23 Oct 2015 17:51:37 +0000 (UTC) Received: (qmail 39290 invoked by uid 500); 23 Oct 2015 17:51:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 39077 invoked by uid 500); 23 Oct 2015 17:51:28 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 38853 invoked by uid 99); 23 Oct 2015 17:51:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 17:51:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C55502C1F69 for ; Fri, 23 Oct 2015 17:51:27 +0000 (UTC) Date: Fri, 23 Oct 2015 17:51:27 +0000 (UTC) From: "Joshua McKenzie (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-10540) RangeAwareCompaction 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/CASSANDRA-10540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-10540: ---------------------------------------- Reviewer: Carl Yeksigian > RangeAwareCompaction > -------------------- > > Key: CASSANDRA-10540 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10540 > Project: Cassandra > Issue Type: New Feature > Reporter: Marcus Eriksson > Assignee: Marcus Eriksson > Fix For: 3.2 > > > Broken out from CASSANDRA-6696, we should split sstables based on ranges during compaction. > Requirements; > * dont create tiny sstables - keep them bunched together until a single vnode is big enough (configurable how big that is) > * make it possible to run existing compaction strategies on the per-range sstables > We should probably add a global compaction strategy parameter that states whether this should be enabled or not. -- This message was sent by Atlassian JIRA (v6.3.4#6332)