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 05F511087C for ; Wed, 18 Sep 2013 15:16:00 +0000 (UTC) Received: (qmail 25666 invoked by uid 500); 18 Sep 2013 15:15:55 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25581 invoked by uid 500); 18 Sep 2013 15:15:55 -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 25515 invoked by uid 99); 18 Sep 2013 15:15:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 15:15:55 +0000 Date: Wed, 18 Sep 2013 15:15:55 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5966) Average name query performance much worse for wide 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-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5966: -------------------------------------- Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) > Average name query performance much worse for wide rows > ------------------------------------------------------- > > Key: CASSANDRA-5966 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5966 > Project: Cassandra > Issue Type: Improvement > Reporter: Rick Branson > Assignee: Rick Branson > Priority: Minor > Fix For: 1.2.10, 2.0.1 > > Attachments: 5966-trunk.txt, 5966.txt, 5966-v2.txt > > > The average performance for by-name queries degrades heavily on wide rows. This is because in the wide row case SSTableNamesIterator deserializes every column in the entire row chunk (64KB by default), where-as in the narrow row case, it stops deserializing as soon as it's found the columns it's looking for. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira