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 B2765763D for ; Fri, 2 Sep 2011 11:14:59 +0000 (UTC) Received: (qmail 63895 invoked by uid 500); 2 Sep 2011 11:14:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 63618 invoked by uid 500); 2 Sep 2011 11:14:40 -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 63575 invoked by uid 99); 2 Sep 2011 11:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 11:14:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 11:14:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CFAAC377B8 for ; Fri, 2 Sep 2011 11:14:09 +0000 (UTC) Date: Fri, 2 Sep 2011 11:14:09 +0000 (UTC) From: "Benoit Perroud (JIRA)" To: commits@cassandra.apache.org Message-ID: <57353684.10136.1314962049847.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2030975916.9977.1314954970121.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3122) SSTableSimpleUnsortedWriter take long time when inserting big rows 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-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Perroud updated CASSANDRA-3122: -------------------------------------- Attachment: SSTableSimpleUnsortedWriter-v2.patch Version 2 using getEstimatedColumnCount > SSTableSimpleUnsortedWriter take long time when inserting big rows > ------------------------------------------------------------------ > > Key: CASSANDRA-3122 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3122 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 0.8.3 > Reporter: Benoit Perroud > Priority: Minor > Attachments: SSTableSimpleUnsortedWriter-v2.patch, SSTableSimpleUnsortedWriter.patch > > > In SSTableSimpleUnsortedWriter, when dealing with rows having a lot of columns, if we call newRow several times (to flush data as soon as possible), the time taken by the newRow() call is increasing non linearly. This is because when newRow is called, we merge the size increasing existing CF with the new one. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira