Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 848E6200B9F for ; Tue, 27 Sep 2016 05:01:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 83340160AE6; Tue, 27 Sep 2016 03:01:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02B37160AE3 for ; Tue, 27 Sep 2016 05:01:21 +0200 (CEST) Received: (qmail 70900 invoked by uid 500); 27 Sep 2016 03:01:21 -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 70574 invoked by uid 99); 27 Sep 2016 03:01:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 03:01:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CBCFA2C2ABD for ; Tue, 27 Sep 2016 03:01:20 +0000 (UTC) Date: Tue, 27 Sep 2016 03:01:20 +0000 (UTC) From: "Jeff Jirsa (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10540) RangeAwareCompaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Sep 2016 03:01:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-10540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524875#comment-15524875 ] Jeff Jirsa commented on CASSANDRA-10540: ---------------------------------------- [~carlyeks] - this still on your plate to review? > 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 > Labels: compaction, lcs, vnodes > Fix For: 3.x > > > 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)