You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2010/11/05 21:32:44 UTC

[jira] Updated: (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:all-tabpanel ]

Stu Hood updated CASSANDRA-860:
-------------------------------

    Summary: Option to populate the row cache on writes as well as reads  (was: Write through row cache)

I'm renaming this ticket, since Cassandra's row cache is already write-through for some definition of write-through. An entry that exists in the cache at write time will be modified by the write (rather than being expired), but entries that are not already in the cache will not be forced into cache by the write.

So, a more specific goal for this ticket is to optionally allow writes to force a row into the row cache, instead of just reads.

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