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
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
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