1
votes

from https://hbase.apache.org,I know some principles about hbase rowkey design.

for example: the length as shorter as better and something else.

I have a question: hbase rowkey must be the same length or not?

who knows!

Thank you

1

1 Answers

1
votes

HBase stores data in key alphabetical order, the length of the key does not matter.