Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 152C210B85 for ; Mon, 23 Sep 2013 22:35:10 +0000 (UTC) Received: (qmail 90331 invoked by uid 500); 23 Sep 2013 22:35:05 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 90230 invoked by uid 500); 23 Sep 2013 22:35:05 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 90222 invoked by uid 99); 23 Sep 2013 22:35:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 22:35:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcoli@eventbrite.com designates 209.85.216.46 as permitted sender) Received: from [209.85.216.46] (HELO mail-qa0-f46.google.com) (209.85.216.46) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 22:35:00 +0000 Received: by mail-qa0-f46.google.com with SMTP id j7so1966206qaq.12 for ; Mon, 23 Sep 2013 15:34:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=z3ej41mU0oZXBE5lRIzloYUurhA6b/jXoUynoce6u88=; b=fWmqNGA/ks1bDTacgtJJdOx3gWrU09DYufEN17803F4TUyXJm39qZqjHPWhM14S6jh 706SqJTpp/SkXeeKEVctmNveDn49sj09jeRzXxKj+KWof+jyWkjfah+8U75Zf+3QaGdl TCVtyxMpy8QH53UEMYwbVDyRjfFDrl+zYpyDNlJElaGQ1yQ24UqMOoqrj5V59EfP0mFk VImqf4o4RlgQSBgVnyQLUPZ50jZeLpOY24kI5Bdbbzsw/EaqD8HTJW5VAWjA4VPljC+W ngMB6haZd2bGsRzkAdD5jErGIYbewNj+7UOEC/0vENpaiOr6wCGOLLDc5vaF9xsxcAur vV/w== X-Gm-Message-State: ALoCoQkXgel4w4dvC9tbmj5iMnSmkJ2IKCb+mNJ29xtmywcC204/yR8OhYMz+Z/dJdFjxyxRK/eS MIME-Version: 1.0 X-Received: by 10.49.75.103 with SMTP id b7mr4074100qew.85.1379975678833; Mon, 23 Sep 2013 15:34:38 -0700 (PDT) Received: by 10.49.67.70 with HTTP; Mon, 23 Sep 2013 15:34:38 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Sep 2013 15:34:38 -0700 Message-ID: Subject: Re: Issue with leveled compaction and data migration From: Robert Coli To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=047d7bd76dba22cbdb04e714a056 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd76dba22cbdb04e714a056 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Sep 13, 2013 at 4:27 AM, Michael Theroux wrote: > Another question on [the topic of row fragmentation when old rows get a > large append to their "end" resulting in larger-than-expected bloom > filters]. > > Would forcing the table to relevel help this situation? I believe the > process to do this on 1.1.X would be to stop cassandra, remove .json file, > and restart cassandra. Is this true? > I believe forcing a re-level would help, because each row would appear in fewer sstables and therefore fewer bloom filters. Yes, that is the process to re-level on Cassandra 1.1.x. =Rob --047d7bd76dba22cbdb04e714a056 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Fri, Sep 13, 2013 at 4:27 AM, Michael Theroux <mther= oux2@yahoo.com> wrote:
Another question on [the topic of row fragme= ntation when old rows get a large append to their "end" resulting= in larger-than-expected bloom filters].

Would forcing the table to relevel help this situation? =A0I believe the pr= ocess to do this on 1.1.X would be to stop cassandra, remove .json file, an= d restart cassandra. =A0Is this true?

I believe forcing a re-level would help, because each row would appear in f= ewer sstables and therefore fewer bloom filters.

Y= es, that is the process to re-level on Cassandra 1.1.x.
=A0
=3DRob
--047d7bd76dba22cbdb04e714a056--