Hi, It looks like I can get the total number of keys by 'count' in the hbase shell, but how to get the total size of all the values in a table.
Does the result of 'hadoop -dus /hbase/TableName' make sense? I noticed that even I was keeping inserting data into the hbase, the size of the root directory is not always keeping increasing. I guess the logs and compaction might cause this size shrinking, right? Thanks and regards, Mao Xu-Feng
