Re: Schema Design Newbie Question

2013-12-23 Thread Kamal Bahadur
de (Category + Timestamp). > > -- Lars > > > > > From: Kamal Bahadur > To: user ; Dhaval Shah > > Sent: Monday, December 23, 2013 3:47 PM > Subject: Re: Schema Design Newbie Question > > > Hi Dhaval, > > Thanks for

Re: Schema Design Newbie Question

2013-12-23 Thread lars hofhansl
> Regards, > > Dhaval > > > >  From: Kamal Bahadur > To: user@hbase.apache.org > Sent: Monday, 23 December 2013 6:01 PM > Subject: Schema Design Newbie Question > > > Hello, > > I am just starting to use HBase and I am coming from Cassandra world.Here > is a q

Re: Schema Design Newbie Question

2013-12-23 Thread Kamal Bahadur
> From: Kamal Bahadur > To: user@hbase.apache.org > Sent: Monday, 23 December 2013 6:01 PM > Subject: Schema Design Newbie Question > > > Hello, > > I am just starting to use HBase and I am coming from Cassandra world.Here > is a quick background re

Re: Schema Design Newbie Question

2013-12-23 Thread Dhaval Shah
: Monday, 23 December 2013 6:01 PM Subject: Schema Design Newbie Question Hello, I am just starting to use HBase and I am coming from Cassandra world.Here is a quick background regarding my data: My system will be storing data that belongs to a certain category. Currently I have around 1000

Schema Design Newbie Question

2013-12-23 Thread Kamal Bahadur
Hello, I am just starting to use HBase and I am coming from Cassandra world.Here is a quick background regarding my data: My system will be storing data that belongs to a certain category. Currently I have around 1000 categories. Also note that some categories produce lot more data than others.