Apache Phoenix recommends salted buckets for improved performance. I wish to get the count of salted buckets for a table I created some time ago.
- The SQLLine based client doesn't offer anything similar to a MySQL
SHOW CREATE TABLE
. - Also Hbase
describe
command doesn't give any information on theSALT_BUCKETS
.
How can one get the count ?