Multiple Primary Keys on an IN clause or 2i?

2013-03-25 Thread Byron Wang
of performance? Or are there other suggestions to this kind of model? Thanks! Byron -- Byron Wang Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

Re: Delete Issues with cassandra cluster

2013-03-25 Thread Byron Wang
I've actually tried all or 1. Anyway I think I've solved the issue. Seems like node1 is having some issues with regards to connections. Thanks! -- Byron Wang Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, March 25, 2013 at 9:11 PM, VĂ­ctor Hugo Oliveira Mol

Delete Issues with cassandra cluster

2013-03-25 Thread Byron Wang
Hi, I'm using cassandra 1.2.3. I've successfully clustered 3 machines and created a keyspace with replication factor 3. Node1 seeds Node2 Node2 seeds Node1 Node3 seeds Node1 I insert an entry using node1. Using cqlsh from another node, I try to delete the item by sending out the delete comma