Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑将我们的 HBase 用作内容管理商店。我有一些我想存储的大型 xml 文档 (5 MB+)。我可以在单个列限定符中存储的字节数是否有限制?
默认值为 10 MB。但是你可以通过hbase.client.keyvalue.maxsizehbase-site.xml 中的属性来改变它。如果您期望您的数据非常大,那么您可以将数据保存在 HDFS 中并将指向数据的指针存储在 HBase 中。
hbase.client.keyvalue.maxsize