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

Aleksey Yeschenko commented on CASSANDRA-4545:
----------------------------------------------

I think I agree with Jonathan. Correctness is more important than speed, 
especially if you give users the fast option as well.
Allowing counter mutations in regular batches and not allowing them in atomic 
batches still might be a problem, though - this will break some code, not just 
make it slower.
Otherwise I'm in favour of mapping BEGIN BATCH to atomic_batch_mutate and BEGIN 
UNLOGGED BATCH to batch_mutate.
                
> 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
>
> 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

Reply via email to