Hbase and 1- Many Relation

Posted by Shuja on Stack Overflow See other posts from Stack Overflow or by Shuja
Published on 2010-08-20T11:43:03Z Indexed on 2011/01/13 4:53 UTC
Read the original article Hit count: 253

Filed under:
|

Hi All

I have one question which can be best described by the following scenario.

Suppose I have three tables BaseCategory,Category and products. If i am thinking in terms of RDBMS then the relationship amoung these tables are

1- One BaseCategory has Many categories 2- One Category has Many Products.

Now i am thinking to convert it into HBase. can anybody help me how to map these relations into HBase?

© Stack Overflow or respective owner

Related posts about one-to-many

Related posts about hbase