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 B8678DEC6 for ; Fri, 30 Nov 2012 22:21:59 +0000 (UTC) Received: (qmail 55444 invoked by uid 500); 30 Nov 2012 22:21:59 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 55420 invoked by uid 500); 30 Nov 2012 22:21:59 -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 55411 invoked by uid 99); 30 Nov 2012 22:21:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 22:21:59 +0000 Date: Fri, 30 Nov 2012 22:21:59 +0000 (UTC) From: "Jason Brown (JIRA)" To: commits@cassandra.apache.org Message-ID: <726683843.47383.1354314119511.JavaMail.jiratomcat@arcas> In-Reply-To: <1509579766.51129.1351701912253.JavaMail.jiratomcat@arcas> Subject: [jira] [Comment Edited] (CASSANDRA-4885) Remove or rework per-row bloom filters 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-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507709#comment-13507709 ] Jason Brown edited comment on CASSANDRA-4885 at 11/30/12 10:21 PM: ------------------------------------------------------------------- This seems reasonable to me. Let me do some more reading/research, and I think this should be doable. Let me rework my patch, then. was (Author: jasobrown): This seems reasonable to me. Let me do some more reading/research, and I think this should be doable. > Remove or rework per-row bloom filters > -------------------------------------- > > Key: CASSANDRA-4885 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4885 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Jonathan Ellis > Assignee: Jason Brown > Fix For: 1.3 > > Attachments: 0001-CASSANRDA-4885-Remove-per-row-bloom-filter.patch, 0002-CASSANRDA-4885-update-test.patch > > > Per-row bloom filters may be a misfeature. > On small rows we don't create them. > On large rows we essentially only do slice queries that can't take advantage of it. > And on very large rows if we ever did deserialize it, the performance hit of doing so would outweigh the benefit of skipping the actual read. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira