Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 65346 invoked from network); 16 Oct 2010 12:51:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 12:51:49 -0000 Received: (qmail 66621 invoked by uid 500); 16 Oct 2010 12:51:49 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 66473 invoked by uid 500); 16 Oct 2010 12:51:47 -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 66465 invoked by uid 99); 16 Oct 2010 12:51:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 12:51:46 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 12:51:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9GCpPWQ021751 for ; Sat, 16 Oct 2010 12:51:25 GMT Message-ID: <6669663.1201287233485453.JavaMail.jira@thor> Date: Sat, 16 Oct 2010 08:51:25 -0400 (EDT) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1007) Make memtable flush thresholds per-CF instead of global In-Reply-To: <864326.122241271876629959.JavaMail.jira@thor> 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-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921682#action_12921682 ] Hudson commented on CASSANDRA-1007: ----------------------------------- Integrated in Cassandra #567 (See [https://hudson.apache.org/hudson/job/Cassandra/567/]) Make memtable flush thresholds per-CF instead of global. Patch by Jon Hermes, reviewed by brandonwilliams for CASSANDRA-1007 > Make memtable flush thresholds per-CF instead of global > ------------------------------------------------------- > > Key: CASSANDRA-1007 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1007 > Project: Cassandra > Issue Type: Improvement > Reporter: Jonathan Ellis > Assignee: Jon Hermes > Priority: Minor > Fix For: 0.7.0 > > Attachments: 1007-2.txt, 1007-3.txt, 1007.txt > > > This is particularly useful in the scenario where you have a few CFs with a high volume of overwrite operations; increasing the memtable size/op count means that you can do the overwrite in memory before it ever hits disk. Once on disk compaction is much more work for the system. > But, you don't want to give _all_ your CFs that high of a threshold because the memory is better used elsewhere, and because it makes commitlog replay unnecessarily painful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.