fter the deletion?
>
> From: Kasun Weranga
> Reply-To: "user@cassandra.apache.org"
> Date: Saturday, January 26, 2013 10:33 AM
> To: "user@cassandra.apache.org" ,
> "d...@cassandra.apache.org"
> Subject: Issue when deleting Cassandra rowKeys.
&g
.
>
>
>
>>
>> Are your findings before or after this time after the deletion?
>>
>> From: Kasun Weranga
>> Reply-To: "user@cassandra.apache.org"
>> Date: Saturday, January 26, 2013 10:33 AM
>> To: "user@cassandra.apache.org" , "
>
;user@cassandra.apache.org"
> Date: Saturday, January 26, 2013 10:33 AM
> To: "user@cassandra.apache.org" , "
> d...@cassandra.apache.org"
> Subject: Issue when deleting Cassandra rowKeys.
>
> Hi all,
>
> When I delete some rowkeys programmatically
Make sure the timestamp on your delete is > then timestamp of the data.
On Sat, Jan 26, 2013 at 1:33 PM, Kasun Weranga wrote:
> Hi all,
>
> When I delete some rowkeys programmatically I can see two rowkeys remains
> in the column family. I think it is due to tombstones. Is there a way to
> remov
January 26, 2013 10:33 AM
To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"
mailto:user@cassandra.apache.org>>,
"d...@cassandra.apache.org<mailto:d...@cassandra.apache.org>"
mailto:d...@cassandra.apache.org>>
Subject: Issue when deleting Ca
Hi all,
When I delete some rowkeys programmatically I can see two rowkeys remains
in the column family. I think it is due to tombstones. Is there a way to
remove it when deleting rowkeys. Can I run compaction programmatically
after deletion? will it remove all these remaining rowkeys.
Thanks,
Kas