You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/07/26 04:51:49 UTC

[jira] Commented: (CASSANDRA-1314) snitch that prefers a single replica for all reads to a given key

    [ https://issues.apache.org/jira/browse/CASSANDRA-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892165#action_12892165 ] 

Jonathan Ellis commented on CASSANDRA-1314:
-------------------------------------------

this won't be effective w/o disabling readrepair.

in 0.6, <DoConsistencyChecksBoolean>false</DoConsistencyChecksBoolean> under
<Storage>

in 0.7, read_repair_chance=0

> snitch that prefers a single replica for all reads to a given key
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-1314
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1314
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.4
>
>         Attachments: StaticPreferenceSnitch.java
>
>
> motivation is, if you reduce or eliminate read repair (CASSANDRA-930) then you can cache about RF times as much data in memory, than if you're scattering reads across all the replicas equally.
> making this data-center aware would be a nice improvement, but i'm just targetting a single DC here.

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