> In threading, you would do an atomic "put if not present," is there such a
> thing in Cassandra?

No. In general, one works to avoid the need for strong co-ordination.
If strong co-ordination is truly required, some external method is
required. Some people use ZooKeeper (http://zookeeper.apache.org/) for
that.

-- 
/ Peter Schuller

Reply via email to