Re: Schema help required

2016-12-18 Thread Sagar Jambhulkar
Thanks Alain for the help. I will give these options a try. On Dec 18, 2016 10:01 PM, "Alain RODRIGUEZ" wrote: > Hi Sagar, > > >> But this is a known anti pattern to not use Cassandra as a queue causing >> tombstones etc. >> But I could not think of any other way. Does anyone have any other >> s

Re: Schema help required

2016-12-18 Thread Alain RODRIGUEZ
Hi Sagar, > But this is a known anti pattern to not use Cassandra as a queue causing > tombstones etc. > But I could not think of any other way. Does anyone have any other > suggestion so as to not delete after a pair is created I believe you could try using a fixed TTL (defined at the table le

Schema help required

2016-12-17 Thread Sagar Jambhulkar
Hi, Needed a suggestion for a schema query. I want to build a reconciliation using Cassandra. Basically two or more systems send message to a reconciliation process. The reconciliation process first does a level one match of id's and than does complete comparison of messages. The best I could thin