Casandra is a NoSQL database sponsored by Apache. Use this tag for a question specifically for version 2.2.
Questions tagged [cassandra-2.2]
46 questions
0
votes
2 answers
Does CQL3 "IF" make my update not idempotent?
It seems to me that using IF would make the statement possibly fail if re-tried. Therefore, the statement is not idempotent. For instance, given the CQL below, if it fails because of a timeout or system problem and I retry it, then it may not work…

Jason
- 2,006
- 3
- 21
- 36