Hi, I've trying to use HBase 0.2.1 to host one table of data, about 200MB. But under very high load of read and update. I found out that all data is assigned to one data node, can't be scale to more nodes.
I understand that HBase is designed to store massive data. Is there a way to balance the load to more data nodes? Thanks, Zhou
