Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 14249 invoked from network); 1 Jul 2008 01:41:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 01:41:05 -0000 Received: (qmail 76903 invoked by uid 500); 1 Jul 2008 01:41:07 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 76893 invoked by uid 500); 1 Jul 2008 01:41:06 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 76882 invoked by uid 99); 1 Jul 2008 01:41:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 18:41:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 01:40:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0E92E234C14C for ; Mon, 30 Jun 2008 18:40:45 -0700 (PDT) Message-ID: <1644831277.1214876445058.JavaMail.jira@brutus> Date: Mon, 30 Jun 2008 18:40:45 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-696) Make bloomfilter true/false and self-sizing In-Reply-To: <957525626.1213820386536.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609421#action_12609421 ] Jim Kellerman commented on HBASE-696: ------------------------------------- > Bryan Duxbury - 30/Jun/08 02:56 PM > I thought it might be useful to point out that the bloom filter wouldn't really be used for > scanning, either, since you're already going to have locality proceeding through the file > as you scan. There wouldn't be much point in checking if a storefile has the next row or > not. You are quite right. bloomfilters have little to do with scanners. Their primary use is for get > Make bloomfilter true/false and self-sizing > ------------------------------------------- > > Key: HBASE-696 > URL: https://issues.apache.org/jira/browse/HBASE-696 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: stack > Fix For: 0.2.0 > > > Remove bloomfilter options. Only one bloomfilter type makes sense in hbase context. Also, make bloomfilter self-sizing; you know size when flushing. > Putting in 0.2 for now because its API change (for the simpler). We can punt later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.