Re: List of List

2016-03-01 Thread Sandeep Kalra
Thanks Everyone. I am not using thrift. I am reading CQL and understanding to use it. Best Regards, Sandeep Kalra On Tue, Mar 1, 2016 at 9:51 PM, Dani Traphagen wrote: > Hey Sandeep, > > It's good to understand why using Thrift isn't a good idea so I'll help > with that. You'll mostly hear pe

Re: List of List

2016-03-01 Thread Dani Traphagen
Hey Sandeep, It's good to understand why using Thrift isn't a good idea so I'll help with that. You'll mostly hear people say RUN AWAY FROM THRIFT WITH THE MIGHTY STRIDE OF A GAZELLE. The reason why is that it's old and not supported. You'll end up with a broken pile of parts and you definitely do

Re: List of List

2016-03-01 Thread Robert Coli
On Tue, Mar 1, 2016 at 3:23 PM, Jonathan Haddad wrote: > Thrift is deprecated, and will be removed in Cassandra 4.0 Don't do any > new development with it. > +infinity this. =Rob

Re: List of List

2016-03-01 Thread Jonathan Haddad
AM, Jack Krupansky < >>>>> jack.krupan...@gmail.com> wrote: >>>>> >>>>>> Clustering columns are your friends. >>>>>> >>>>>> But the first question is how you need to query the data. Queries >>>>>> d

Re: List of List

2016-03-01 Thread Sandeep Kalra
are your friends. >>>>> >>>>> But the first question is how you need to query the data. Queries >>>>> drive data models in Cassandra. >>>>> >>>>> What is the cardinality of this data - how many answers per quest

Re: List of List

2016-03-01 Thread Jack Krupansky
ow you need to query the data. Queries drive >>>> data models in Cassandra. >>>> >>>> What is the cardinality of this data - how many answers per question >>>> and how many comments per answer? >>>> >>>> >>>> -- J

Re: List of List

2016-03-01 Thread Sandeep Kalra
Cassandra. >>> >>> What is the cardinality of this data - how many answers per question and >>> how many comments per answer? >>> >>> >>> -- Jack Krupansky >>> >>> On Tue, Mar 1, 2016 at 12:23 PM, Sandeep Kalra >>> wr

Re: List of List

2016-03-01 Thread Jack Krupansky
;> -- Jack Krupansky >> >> On Tue, Mar 1, 2016 at 12:23 PM, Sandeep Kalra >> wrote: >> >>> Hi all. >>> >>> I am beginner in Cassandra. >>> >>> I am working on Q&A project where I have to maintain a list of list for >>&g

Re: List of List

2016-03-01 Thread Sandeep Kalra
sandra. >>> >>> What is the cardinality of this data - how many answers per question and >>> how many comments per answer? >>> >>> >>> -- Jack Krupansky >>> >>> On Tue, Mar 1, 2016 at 12:23 PM, Sandeep Kalra >>>

Re: List of List

2016-03-01 Thread Jonathan Haddad
ow many comments per answer? >> >> >> -- Jack Krupansky >> >> On Tue, Mar 1, 2016 at 12:23 PM, Sandeep Kalra >> wrote: >> >>> Hi all. >>> >>> I am beginner in Cassandra. >>> >>> I am working on Q&A project where

Re: List of List

2016-03-01 Thread Sandeep Kalra
>> I am beginner in Cassandra. >> >> I am working on Q&A project where I have to maintain a list of list for >> objects. >> >> For e.g. A Question can have list of Answers, and each Answer can then >> have list of Comments. >> >> -- >>

Re: List of List

2016-03-01 Thread Jonathan Haddad
swers per question and > how many comments per answer? > > > -- Jack Krupansky > > On Tue, Mar 1, 2016 at 12:23 PM, Sandeep Kalra > wrote: > >> Hi all. >> >> I am beginner in Cassandra. >> >> I am working on Q&A project where I have to mainta

Re: List of List

2016-03-01 Thread Jack Krupansky
, Sandeep Kalra wrote: > Hi all. > > I am beginner in Cassandra. > > I am working on Q&A project where I have to maintain a list of list for > objects. > > For e.g. A Question can have list of Answers, and each Answer can then > have list of Comments. > > -- &

List of List

2016-03-01 Thread Sandeep Kalra
Hi all. I am beginner in Cassandra. I am working on Q&A project where I have to maintain a list of list for objects. For e.g. A Question can have list of Answers, and each Answer can then have list of Comments. -- As of now I have 3 tables. Questions, Answers, and Comments. I have stored