cassandra thrift: append data
Posted
by urssujith
on Stack Overflow
See other posts from Stack Overflow
or by urssujith
Published on 2010-05-04T16:26:38Z
Indexed on
2010/05/04
16:38 UTC
Read the original article
Hit count: 295
If I need to append data (not insert) into a particular super column, what should I do?
For eg: Consider a existing record described below
Kespace : test
columFamily: testColum
SuperColumn : testSuper
column_name : email
value : [email protected]
Here if I want to add my phone number to the super column "testSuper". What should I do?
© Stack Overflow or respective owner