Salting an secondary index

2016-11-23 Thread Pradheep Shanmugam
Hi, I have a hbase table created using phoenix which is salted. Since the queries on the table required a secondary index, I created index using phoenix. Can this index also be salted which may place the rows randomly in different Rss? Even of the index is not salted, will the index be useful wh

Re: Salting an secondary index

2016-11-23 Thread Josh Elser
IIRC, SALT_BUCKET configuration from the data table is implicitly applied to any index tables you create from that data table. Pradheep Shanmugam wrote: Hi, I have a hbase table created using phoenix which is salted. Since the queries on the table required a secondary index, I created index us