Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 77850 invoked from network); 15 Sep 2010 02:02:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 02:02:13 -0000 Received: (qmail 79797 invoked by uid 500); 15 Sep 2010 02:02:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79746 invoked by uid 500); 15 Sep 2010 02:02:13 -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 79738 invoked by uid 99); 15 Sep 2010 02:02:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 02:02:12 +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; Wed, 15 Sep 2010 02:01:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8F21XL4027238 for ; Wed, 15 Sep 2010 02:01:34 GMT Message-ID: <6050823.194341284516093719.JavaMail.jira@thor> Date: Tue, 14 Sep 2010 22:01:33 -0400 (EDT) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1267) Improve performance of cached row slices In-Reply-To: <16593555.315761278863989523.JavaMail.jira@thor> 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-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-1267: -------------------------------------- Comment: was deleted (was: FYI, This didn't make it into 0.7-beta1 somehow) > Improve performance of cached row slices > ---------------------------------------- > > Key: CASSANDRA-1267 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1267 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: T Jake Luciani > Assignee: T Jake Luciani > Priority: Minor > Fix For: 0.7 beta 1 > > Attachments: 1267-v2.txt, 1267-v3.txt, cached-row-slice-perf-patch-1.txt > > > In Lucandra, I have a use case to pull all columns for a given row. > I've noticed that for rows with large numbers of columns this takes much longer than I would think since row caching is enabled. > After looking into this I see that the cached row is rebuilt and pruned even though I want all columns. > This patch skips this use case and in my case has improved performance significantly. > From ~400ms to ~50ms -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.