Another approach is to denormalize everything into the customer table. On Tue, Dec 28, 2010 at 3:26 PM, Valter Nogueira <[email protected]>wrote:
> I have a small JAVA system using relational database. > > Basically, the app have 3 entities: CUSTOMER has many CONTRACTs and each > CONTRACT has many INSTALLMENTS > > Very classic. > > I am figuring out what is the best approach to convert it to HBASE. > > One way is to create a schema that mimics the relational schema. > > Other is saving INSTALLMENTS into the CONTRACT table. > > I would like some advice on doing this. > > Thanks, > > Valter >
