Re: regarding schema and suitability of cassandra

2014-04-11 Thread Sergey Murylev
Actually if you want to use Cassandra you should store all user related data in single row with user ID as primary key. On 11/04/14 18:14, Prem Yadav wrote: > Thanks. > For the use case, what should I be thinking about schema-wise. ? > > Thanks, > Prem > > > On Fri, Apr 11, 2014 at 2:16 PM, Serge

Re: regarding schema and suitability of cassandra

2014-04-11 Thread Prem Yadav
Thanks. For the use case, what should I be thinking about schema-wise. ? Thanks, Prem On Fri, Apr 11, 2014 at 2:16 PM, Sergey Murylev wrote: > Hi Prem, > > > Also, I have heard that Cassandra doesn't perform will with high read ops. > How true is that? > > I think that it isn't true. Cassandra

Re: regarding schema and suitability of cassandra

2014-04-11 Thread Sergey Murylev
Hi Prem, > Also, I have heard that Cassandra doesn't perform will with high read > ops. How true is that? I think that it isn't true. Cassandra has very good read performance. For more details you can look to benchmark . > How many

regarding schema and suitability of cassandra

2014-04-11 Thread Prem Yadav
Hi, I am now to cassandra and even though I am not familiar to the implementation and architecture of cassandra, Is struggle with how to best design the schema. We have an application where we need to store huge amounts of data. Its a per user storage where we store a lot of data for each user and