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 C9200DFC8 for ; Fri, 14 Sep 2012 09:08:33 +0000 (UTC) Received: (qmail 38030 invoked by uid 500); 14 Sep 2012 09:08:31 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 37854 invoked by uid 500); 14 Sep 2012 09:08:31 -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 37838 invoked by uid 99); 14 Sep 2012 09:08:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 09:08:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a81.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 09:08:24 +0000 Received: from homiemail-a81.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a81.g.dreamhost.com (Postfix) with ESMTP id 5839CA8064 for ; Fri, 14 Sep 2012 02:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :content-type:message-id:mime-version:subject:date:references:to :in-reply-to; s=thelastpickle.com; bh=GqWcMWBS3iO+L2lOQXe1Gr/w61 w=; b=kgSYC7wFJ3LeZArn0u2vIM6m05lm0PK0udeoOhKXrFtHmwPYTbW97uqh38 qkfAe17eH2H6bj6A+LNO1NkFiKmEfPAfShnosFfLMXjdB3nqupFDnfijWOTcs8el 3vtfd+3EaQXL9n4clWXr8uLhgnF+Akma30vLsfWfpVP2ElMvM= Received: from [172.16.1.10] (unknown [203.86.207.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a81.g.dreamhost.com (Postfix) with ESMTPSA id D1304A8061 for ; Fri, 14 Sep 2012 02:08:03 -0700 (PDT) From: aaron morton Content-Type: multipart/alternative; boundary="Apple-Mail=_AE768E4D-7FA0-4DFC-89E8-DCFF985A7833" Message-Id: <24F353E3-41DE-419C-AE0E-592D0FD705D5@thelastpickle.com> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Subject: Re: Changing bloom filter false positive ratio Date: Fri, 14 Sep 2012 21:08:02 +1200 References: To: user@cassandra.apache.org In-Reply-To: X-Mailer: Apple Mail (2.1486) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_AE768E4D-7FA0-4DFC-89E8-DCFF985A7833 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I have a hunch that the SSTable selection based on the Min and Max keys = in ColumnFamilyStore.markReferenced() means that a higher false positive = has less of an impact.=20 it's just a hunch, i've not tested it.=20 Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 14/09/2012, at 4:52 AM, Peter Schuller = wrote: >> changing it on some of them. Can I just change that value through = the >> cli and restart or are there any concerns I should have before trying >> to tweak that parameter? >=20 > You can change it, you don't have to restart. It will take effect on > new sstables - flushed and compacted, not on pre-existing sstables. >=20 > Keep in mind that you can get to about half the size of the default > (iirc with about 10% fp chance). Beyond that you have extremely > diminishing returns. >=20 > --=20 > / Peter Schuller (@scode, http://worldmodscode.wordpress.com) --Apple-Mail=_AE768E4D-7FA0-4DFC-89E8-DCFF985A7833 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I = have a hunch that the SSTable selection based on the Min and Max keys in = ColumnFamilyStore.markReferenced() means that a higher false positive = has less of an impact. 

it's just a hunch, i've = not tested = it. 

Cheers
= --Apple-Mail=_AE768E4D-7FA0-4DFC-89E8-DCFF985A7833--