RE: how to avoid lightwieght transactions

2018-06-21 Thread Rahul Singh
Jacques-Henri Berthemet > > From: Rajesh Kishore [mailto:rajesh10si...@gmail.com] > Sent: Thursday, June 21, 2018 7:45 AM > To: user@cassandra.apache.org > Subject: Re: how to avoid lightwieght transactions > > Hi, > > I think LWT feature is introduced for your kind of

RE: how to avoid lightwieght transactions

2018-06-21 Thread Jacques-Henri Berthemet
From: Rajesh Kishore [mailto:rajesh10si...@gmail.com] Sent: Thursday, June 21, 2018 7:45 AM To: user@cassandra.apache.org Subject: Re: how to avoid lightwieght transactions Hi, I think LWT feature is introduced for your kind of usecases only - you don't want other requests to be updating the same

Re: how to avoid lightwieght transactions

2018-06-20 Thread Rajesh Kishore
Hi, I think LWT feature is introduced for your kind of usecases only - you don't want other requests to be updating the same data at the same time using Paxos algo(2 Phase commit). So, IMO your usecase makes perfect sense to use LWT to avoid concurrent updates. If your issue is not the