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
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