HBase table 插入数据后大小没有改变

HBase table size not changing after inserting data

我正在尝试在插入数据时监控我的 hbase table 大小。起初我有 2 行,大小是 12.7k;添加 10 行后,它增加到 24.5,然后我插入 2000 行,但大小仍然是 24.5,所以我又添加了 2000 行,它仍然是 24.5! 这正常吗?

显然 hbase 将数据保存在 RAM 或缓存​​中,我不得不重新启动 hbase 以使用此命令查看硬盘驱动器上的 table 大小: hdfs dfs -du -h /hbase/data/default/myTable