Is there any guide to set the value of "hbase.hregion.max.filesize "?
Will setting it very small cause performance problems? e.g. set it as 2.56 M ?
Is there any other parameters that I should also change?

Zhou

Jean-Daniel Cryans :
Zhou,

The data won't be distributed until your region passes the split threshold
which is by default 256MB for a single family. If you really want
distribution at your level, you should lower the hbase.hregion.max.filesize
value in hbase-site.xml

J-D

On Fri, Sep 26, 2008 at 8:20 AM, Zhou Wei
<[EMAIL PROTECTED]>wrote:

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



Reply via email to