ndra.apache.org" ,
"user@cassandra.apache.org"
Subject: Re: Using Spark to delete from Transactional Cluster
I think there are better ways to leverage parallel processing than to use it to
delete data. As I said , it works for one of my projects for the same exact
reas
user@cassandra.apache.org"
Subject: Re: Using Spark to delete from Transactional Cluster
I think there are better ways to leverage parallel processing than to use it to
delete data. As I said , it works for one of my projects for the same exact
reason you stated : business rules.
Deleting data
t very clean in our case.
>
> Thanks,
> Charu
>
> From: Rahul Singh
> Reply-To: "user@cassandra.apache.org"
> Date: Thursday, March 22, 2018 at 5:08 PM
> To: "user@cassandra.apache.org" ,
> "user@cassandra.apache.org"
> Subject: Re: Using Spar
, March 23, 2018 at 12:10 PM
To: "user@cassandra.apache.org"
Subject: Re: Using Spark to delete from Transactional Cluster
I'm confused as to what the difference between deleting with prepared
statements and deleting through spark is? To the best of my knowledge either
way it&
a column level and there are business
>> rules for purge which make the TTL solution not very clean in our case.
>>
>>
>>
>> Thanks,
>>
>> Charu
>>
>>
>>
>> From: Rahul Singh
>> Reply-To: "user@cassandra.apache.
>
> Thanks,
>
> Charu
>
>
>
> *From: *Rahul Singh
> *Reply-To: *"user@cassandra.apache.org"
> *Date: *Thursday, March 22, 2018 at 5:08 PM
> *To: *"user@cassandra.apache.org" , "
> user@cassandra.apache.org"
> *Subject: *Re: U
e.org" ,
"user@cassandra.apache.org"
Subject: Re: Using Spark to delete from Transactional Cluster
Short answer : it works. You can even run “delete” statements from within Spark
once you know which keys to delete. Not elegant but it works.
It will create a bunch of tombstones and you may need to
Short answer : it works. You can even run “delete” statements from within Spark
once you know which keys to delete. Not elegant but it works.
It will create a bunch of tombstones and you may need to spread your deletes
over days. Another thing to consider is instead of deleting setting a TTL whi