Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 6622 invoked from network); 21 Sep 2009 03:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 03:34:40 -0000 Received: (qmail 99540 invoked by uid 500); 21 Sep 2009 03:34:40 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 99495 invoked by uid 500); 21 Sep 2009 03:34:40 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 99485 invoked by uid 99); 21 Sep 2009 03:34:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 03:34:39 +0000 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; Mon, 21 Sep 2009 03:34:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 20817234C046 for ; Sun, 20 Sep 2009 20:34:16 -0700 (PDT) Message-ID: <848954454.1253504056132.JavaMail.jira@brutus> Date: Sun, 20 Sep 2009 20:34:16 -0700 (PDT) From: "Chris Goffinet (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-433) Remove item flush limit in BinaryMemtable In-Reply-To: <364973826.1252432677894.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-433: ------------------------------------- Attachment: 0001-CASSANDRA-433.-Consolidated-BMT-threshold-and-object.patch Consolidated BMT threshold and object count sizes into getMemtableSize() and getMemtableObjectCount() > Remove item flush limit in BinaryMemtable > ----------------------------------------- > > Key: CASSANDRA-433 > URL: https://issues.apache.org/jira/browse/CASSANDRA-433 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 0.5 > Reporter: Johan Oskarsson > Assignee: Chris Goffinet > Fix For: 0.5 > > Attachments: 0001-CASSANDRA-433.-Consolidated-BMT-threshold-and-object.patch, CASSANDRA-433.patch > > > The BinaryMemtable flushes in memory data to disk when the size of the data reaches a certain limit. There is also a hard coded limit that initiates the flush when more then 50000 items have been inserted. That causes issues if a lot of small items are inserted, we should remove or make the limit configurable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.