In order to store the high volume live data, I was thinking of designing the
table structure and two options came into my mind

1. Can we forcefully set the range in which region server will operate?
Like, If row with this partuclar ID come than this most goes to x region
server. If that is possible, then possibly I can have only one table in
cluster and can have dedicated region servers for them.

2. Another approach is to have multiple tables, I will manage this at my
code level and will insert the records in appropriate tables.

Table will have only one column family with less than 20 qualifiers.

Plase help where Im missing or I'm totally way off?

Thanks,

Gaurav
-- 
View this message in context: 
http://old.nabble.com/HBase%3A-Designing-Table-structure-tp27239038p27239038.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to