[
https://issues.apache.org/jira/browse/CASSANDRA-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975382#action_12975382
]
Gary Dusbabek commented on CASSANDRA-1909:
------------------------------------------
One easy optimization that could be made with this patch would be to put the
logic for both counter-CF and non-counter-CFs in SP.mutate. That way we'd not
be filling up the REPLICATE_ON_WRITE stage with a bunch of no-ops for the
non-counter-CF writes.
> normal replication shouldn't happen on counter CFs.
> ---------------------------------------------------
>
> Key: CASSANDRA-1909
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1909
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Gary Dusbabek
> Assignee: Kelvin Kakugawa
> Fix For: 0.8
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.