how to make unique constraints in cassandra

2015-02-27 Thread ROBIN SRIVASTAVA
I want to make unique constraint in Cassandra . As i want that all the value in my column be unique in my column family example : name-rahul ,phone-123, address-abc now i want that in this row no values equal to rahul ,123 and abc get inserted again on searching on datastax i found that i can ac

how to make unique coloumns in cassandra

2015-02-27 Thread ROBIN SRIVASTAVA
I want to make unique constraint in cassandra . As i want that all the value in my column be unique in my column family ex: name-rahul phone-123 address-abc now i want that in this row no values equal to rahul ,123 and abc get inserted again on searching on datastax i found that i can achieve it b