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/11/05 21:54:44 UTC

[jira] Commented: (CASSANDRA-860) Option to populate the row cache on writes as well as reads

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

Jonathan Ellis commented on CASSANDRA-860:
------------------------------------------

I don't think it's a good idea to add more complexity here.  If it's really a hot row it will be pulled in by the first read; doing that optimistically is no better (because we can't assume we're having the entire row written, we need to hit the read path) and often will be worse (when it really isn't hotter than what it's displacing).

> Option to populate the row cache on writes as well as reads
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-860
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-860
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Daniel Kluesing
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: CASSANDRA-860-v2.patch, CASSANDRA-cache.patch
>
>
> Add write-through ability to row cache. (Add to row cache on write)

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