[
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.