Re: Cassandra data model help

2012-08-10 Thread Aaron Turner
t that information? do we scan through each node row as we will have > row for each node? > > thanks > > -Aaron Turner wrote: - > To: user@cassandra.apache.org > From: Aaron Turner > Date: 08/09/2012 07:38PM > Subject: Re: Cassandra data model help > > On Thu,

Re: Cassandra data model help

2012-08-10 Thread dinesh . simkhada
scan through each node row as we will have row for each node? thanks -Aaron Turner wrote: - To: user@cassandra.apache.org From: Aaron Turner Date: 08/09/2012 07:38PM Subject: Re: Cassandra data model help On Thu, Aug 9, 2012 at 5:52 AM,   wrote: > Hi, > I am trying to cr

Re: Cassandra data model help

2012-08-09 Thread Aaron Turner
On Thu, Aug 9, 2012 at 5:52 AM, wrote: > Hi, > I am trying to create a Cassandra schema for cluster monitoring system, where > one cluster can have multiple nodes and I am monitoring multiple matrices > from a node. My raw data schema looks like and taking values in every 5 min > interval > >

Cassandra data model help

2012-08-09 Thread dinesh . simkhada
Hi, I am trying to create a Cassandra schema for cluster monitoring system, where one cluster can have multiple nodes and I am monitoring multiple matrices from a node. My raw data schema looks like and taking values in every 5 min interval matrix_name + daily time stamp as row key, composite co