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

Amichai Rothman commented on CASSANDRA-11901:
---------------------------------------------

Yes please.

This will allow creating ordered batch statements, which are needed in some 
situations and requested by many users who fall into the unordered batch 
pitfall (see several other cassandra/datastax issues). Adding "USING TIMESTAMP" 
to many queries in an application is error prone and hardly a reasonable 
solution when it could/should be done generically in a few lines of code (e.g. 
a trivial OrderedBatchStatement class using an internal client timestamp 
generator).

> Per-query timestamps in batches
> -------------------------------
>
>                 Key: CASSANDRA-11901
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11901
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: CQL
>            Reporter: Michael Penick
>            Priority: Minor
>              Labels: client-impacting, protocolv5
>
> A possible enhancement to be added in protocol V5? 
> This would allow queries in batches to send timestamps at the protocol level 
> instead of having to append "USING TIMESTAMP" to constituent query strings.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to