HBase 是否对每行施加了最大大小?

Does HBase impose a maximum size per row?

高级问题:

HBase 是否对每行施加了一个最大大小,这对所有发行版都是通用的(因此不是实现的产物),无论是 bytes-stored 还是细胞数量?

如果是:

如果不是:

无论哪种情况:

背景:

一行必须适合一个区域文件才能分配给区域服务器并进行复制。区域文件大小可由 "hbase.hregion.max.filesize"

配置

本页说它将是 10gb default/max http://hortonworks.com/blog/apache-hbase-region-splitting-and-merging/

这个页面说可以设置为100gb

To disable automatic splitting, set hbase.hregion.max.filesize to a very large value, such as 100 GB It is not recommended to set it to its absolute maximum value of Long.MAX_VALUE. http://hbase.apache.org/book.html#important_configurations