[
https://issues.apache.org/jira/browse/CASSANDRA-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464961#comment-13464961
]
Sylvain Lebresne commented on CASSANDRA-4545:
---------------------------------------------
bq. Is the overhead saved by BATCH large enough that we care about allowing
counters in BATCHes?
There is no doubt it is. Again, keep in mind that even for inserts within the
same row key you will have to use BATCH most of the time. In that case, it's
clear shoving all insert inside the same IMutation will be way faster than
doing back and forth with the client. That's even more true for counter where
each of those back and forth would include a local read (that is also "batched"
if everything is in the same mutation).
> add cql support for batchlog
> ----------------------------
>
> Key: CASSANDRA-4545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4545
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Jonathan Ellis
> Assignee: Aleksey Yeschenko
> Attachments: CASSANDRA-4545.txt
>
>
> Need to expose the equivalent of atomic_batch_mutate (CASSANDRA-4542) to CQL3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira