Thanks Jon , Prem ..
Regards,Hari From: Jon Haddad
To: user@cassandra.apache.org
Cc: Harikrishnan A
Sent: Sunday, November 22, 2015 10:57 AM
Subject: Re: Triggering Deletion/Updation
There's no built in way of doing cascading deletes in Cassandra, I really
wouldn't recom
There's no built in way of doing cascading deletes in Cassandra, I really
wouldn't recommend using triggers for this either. My advice is to manage it
in your app code.
> On Nov 22, 2015, at 9:59 AM, Prem Yadav wrote:
>
> if it is cassandra 2.0+,
> you can implement your trigger. Please check
if it is cassandra 2.0+,
you can implement your trigger. Please check the following link:
http://www.datastax.com/dev/blog/whats-new-in-cassandra-2-0-prototype-triggers-support
Thanks,
Prem
On Sun, Nov 22, 2015 at 4:48 PM, Harikrishnan A wrote:
> Trying for second time to get some insights to
Trying for second time to get some insights to my below query ...ThanksHari
From: Harikrishnan A
To: "user@cassandra.apache.org"
Sent: Friday, November 20, 2015 2:27 PM
Subject: Triggering Deletion/Updation
Hello,
I have a generic question. How can I initiate a triggering deletion