Re: results differ on two queries, based on secondary index key and partition key

2017-03-31 Thread ferit baver elhuseyni
ded for the 2 queries, though bulk deletes > (i.e. remove all followers when a user is removed) take a bit of > housekeeping. > > On Wed, Mar 29, 2017 at 10:35 AM, Durity, Sean R < > sean_r_dur...@homedepot.com> wrote: > >> This looks more like a problem for a graph-based

Re: results differ on two queries, based on secondary index key and partition key

2017-03-31 Thread ferit baver elhuseyni
for a graph-based model. Have you looked at > DSE Graph as a possibility? > > > > > > Sean Durity > > *From:* ferit baver elhuseyni [mailto:feritba...@gmail.com] > *Sent:* Tuesday, March 14, 2017 11:40 AM > *To:* user@cassandra.apache.org > *Subject:* results di

results differ on two queries, based on secondary index key and partition key

2017-03-14 Thread ferit baver elhuseyni
Hi all, We are using a C* 2.2.8 cluster in our production system, composed of 5 nodes in 1 DC with RF=3. Our clients mostly write with CL.ALL and read with CL.ONE (both will be switched to quorum soon). We face several problems while trying to persist classical "follow relationship". Did anyone