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 2010/07/09 04:17:50 UTC

[jira] Updated: (CASSANDRA-1261) Allow local range slices when consistency level is one

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

T Jake Luciani updated CASSANDRA-1261:
--------------------------------------

    Attachment: local_range_slices.patch

> Allow local range slices when consistency level is one
> ------------------------------------------------------
>
>                 Key: CASSANDRA-1261
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1261
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: T Jake Luciani
>         Attachments: local_range_slices.patch
>
>
> Range slice queries are slow compared to other reads, even when the range only contains one key.
> The reason is reads can be run locally when the local node contains the key and the consistency level is ONE.
> I've added the same ability for StorageProxy.getRangeSlice()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.