HBase entity relationship

2014-11-24 Thread jatinpreet
- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-entity-relationship-tp4066296.html Sent from the HBase User mailing list archive at Nabble.com.

Re: HBase entity relationship

2014-11-24 Thread Wilm Schumacher
s. Or scanning > for all the rows with a filter on the column with entity A's key in entity > B's table. > > I would appreciate any help in this matter. > > Thanks, > Jatin > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/HBase-entity-relationship-tp4066296.html > Sent from the HBase User mailing list archive at Nabble.com. >

Re: HBase entity relationship

2014-11-24 Thread jatinpreet
based on huge data but I do expect millions of jobs to be created. Also, this is a common pattern which I need to implement in other parts of HBase tables too.Thanks,Jatin -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-entity-relationship-tp4066296p4066326.html

Re: HBase entity relationship

2014-11-24 Thread jatinpreet
example might not seem to be based on huge data but I do expect millions of jobs to be created. Also, this is a common pattern which I need to implement in other parts of HBase tables too. Thanks, Jatin -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-entity

Re: HBase entity relationship

2014-11-25 Thread Wilm Schumacher
urces table for listing purposes. > And this is where my question originated. When I need to fetch sources for a > particular job I could just filter them based on job key column from source > table. This would mean a long scan on all rows of the source table. > Another option is,

Re: HBase entity relationship

2014-11-25 Thread jatinpreet
elaboration of this would be great! Thanks! Jatin -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-entity-relationship-tp4066296p4066374.html Sent from the HBase User mailing list archive at Nabble.com.

Re: HBase entity relationship

2014-11-26 Thread Wilm Schumacher
Am 26.11.2014 um 08:05 schrieb jatinpreet: > I am curious to know if a hybrid of approaches 2 and 3 could be used. This > means having the rowkeys of jobs inside source row like in approach 2. And > having the parent source rowkey as a column in job row as in approach 3. If you just use "option

Re: HBase entity relationship

2014-11-26 Thread jatinpreet
That makes sense Wilm. You have been of immense help and I can't thank you enough. I am more confident of my schema design and access patterns now. Jatin -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-entity-relationship-tp4066296p4066379.html Sent fro