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 51919200B4B for ; Thu, 21 Jul 2016 10:06:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5046D160A68; Thu, 21 Jul 2016 08:06: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 C0B16160A72 for ; Thu, 21 Jul 2016 10:06:21 +0200 (CEST) Received: (qmail 66863 invoked by uid 500); 21 Jul 2016 08:06:20 -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 66594 invoked by uid 99); 21 Jul 2016 08:06:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 08:06:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 95FCA2C0D5B for ; Thu, 21 Jul 2016 08:06:20 +0000 (UTC) Date: Thu, 21 Jul 2016 08:06:20 +0000 (UTC) From: "Wei Deng (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-9829) Dynamically adjust LCS level sizes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 21 Jul 2016 08:06:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Deng updated CASSANDRA-9829: -------------------------------- Labels: compaction lcs performance (was: compaction performance) > Dynamically adjust LCS level sizes > ---------------------------------- > > Key: CASSANDRA-9829 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9829 > Project: Cassandra > Issue Type: New Feature > Reporter: Jonathan Ellis > Labels: compaction, lcs, performance > Fix For: 3.x > > > LCS works best when the top level is full. Then 90% of reads can be served from a single sstable. By contrast if the top level is only 10% full then 90% of reads will be served from two. This results in worse performance as well as confused users. > To address this, we can adjust the ideal top level size to how much data is actually in it (and set each corresponding lower level to 1/10 of the next one above). > (This is an idea [from rocksdb|https://www.reddit.com/r/IAmA/comments/3de3cv/we_are_rocksdb_engineering_team_ask_us_anything/ct4asen].) -- This message was sent by Atlassian JIRA (v6.3.4#6332)