Benyi ;
have you considered using the TTL option in case your columns are meant to be
deleted after a predetermined amount of time ? Its probably the easiest way to
get the task accomplished.
cheersJan
On Friday, February 27, 2015 10:38 AM, Benyi Wang
wrote:
In C* 2.1.2, is there
In C* 2.1.2, is there a way you can delete without specifying the row key?
create table (
guid text,
key1 text,
key2 text,
data int
primary key (guid, key1, key2)
);
delete from a_table where key1='' and key2='';
I'm trying to avoid doing like this:
* query the table to get guids (32 b
CQLSSTableWriter only accepts an INSERT or UPDATE statement. I'm wondering
whether make it accept DELETE statement.
I need to update my cassandra table with a lot of data everyday.
* I may need to delete a row (given the partition key)
* I may need to delete some columns. For example, there are 2