You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/01/20 18:10:10 UTC

[jira] [Updated] (CASSANDRA-5966) Average name query performance much worse for wide rows

     [ https://issues.apache.org/jira/browse/CASSANDRA-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani updated CASSANDRA-5966:
--------------------------------------
    Fix Version/s:     (was: 2.0.12)
                   2.0.13

> 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: 2.0.13
>
>         Attachments: 5966-trunk.txt, 5966-v2.txt, 5966.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 was sent by Atlassian JIRA
(v6.3.4#6332)