[
https://issues.apache.org/jira/browse/CASSANDRA-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985847#action_12985847
]
Hudson commented on CASSANDRA-2038:
-----------------------------------
Integrated in Cassandra-0.7 #197 (See
[https://hudson.apache.org/hudson/job/Cassandra-0.7/197/])
add optimization for local reads to StorageProxy
patch by jbellis and tjake for CASSANDRA-2038
> Add local read path back to StorageProxy
> ----------------------------------------
>
> Key: CASSANDRA-2038
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2038
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.7.1
> Reporter: T Jake Luciani
> Assignee: Jonathan Ellis
> Fix For: 0.7.1
>
> Attachments: 0001-CASSANDRA-2038-reincorporate-local-reads.txt,
> 0002-CASSANDRA-2038-only-local-for-CL.ONE.txt, 2038-v2.txt
>
> Original Estimate: 6h
> Remaining Estimate: 6h
>
> CASSANDRA-982 removed the local read path optimization. Without this all
> local reads go through serialization and messaging. Avoiding this step
> improves local read performance > 50%
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.