Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 36279 invoked from network); 9 Dec 2009 01:44:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 01:44:40 -0000 Received: (qmail 6698 invoked by uid 500); 9 Dec 2009 01:44:40 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 6670 invoked by uid 500); 9 Dec 2009 01:44: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 6660 invoked by uid 99); 9 Dec 2009 01:44:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 01:44:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Wed, 09 Dec 2009 01:44:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44F43234C04C for ; Tue, 8 Dec 2009 17:44:18 -0800 (PST) Message-ID: <985981179.1260323058267.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 01:44:18 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Resolved: (CASSANDRA-347) disabling commitlog as alternative to binarymemtable? In-Reply-To: <1554576087.1249526594791.JavaMail.jira@brutus> 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-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-347. -------------------------------------- Resolution: Won't Fix Assignee: (was: Jonathan Ellis) Serialization really is a bottleneck... I'm afraid binarymemtable isn't going anywhere :) > disabling commitlog as alternative to binarymemtable? > ----------------------------------------------------- > > Key: CASSANDRA-347 > URL: https://issues.apache.org/jira/browse/CASSANDRA-347 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: Jonathan Ellis > Attachments: 347.patch > > > IMO it's worth seeing if we can do without BMt since it's a secondary code path that doesn't see much use. so you'll get done with BMT, then nobody will really test it until the next big import job at which point little bugs will have crept in because it just doesn't get run much. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.