You have two tables in an existing RDBMS. One table contains order information (item, quantity, price, etc.) and the other contains store information (address, phone, manager, etc). These two tables are not often accessed simultaneously. You would like to move this data into HBase. How would you design the schema?
Currently there are no comments in this discussion, be the first to comment!