Re: CAS UPDATE: save round trip by returning column values

2013-06-06 Thread Blair Zajac
Opened https://issues.apache.org/jira/browse/CASSANDRA-5619 Blair On 06/05/2013 12:23 AM, Sylvain Lebresne wrote: Doesn't sound like a bad idea to me a priori. Would you mind opening a JIRA ticket for that so it doesn't fell through the cracks?

Re: CAS UPDATE: save round trip by returning column values

2013-06-05 Thread Sylvain Lebresne
Doesn't sound like a bad idea to me a priori. Would you mind opening a JIRA ticket for that so it doesn't fell through the cracks? -- Sylvain On Sat, Jun 1, 2013 at 9:46 PM, Blair Zajac wrote: > Hello, > > Looking at the new CAS CQL3 support examples [1], if one lost a race for > an UPDATE, to

CAS UPDATE: save round trip by returning column values

2013-06-01 Thread Blair Zajac
Hello, Looking at the new CAS CQL3 support examples [1], if one lost a race for an UPDATE, to save a round trip to get the current values, could the columns that were used in the IF clause also be returned to the caller? Maybe the columns values as part of the SET part could also be returned.