Nick Dimiduk created PHOENIX-1971: ------------------------------------- Summary: Decouple salt buckets from region splits for sequence table Key: PHOENIX-1971 URL: https://issues.apache.org/jira/browse/PHOENIX-1971 Project: Phoenix Issue Type: Improvement Reporter: Nick Dimiduk
When deploying phoenix on a small cluster, the 256 region splits for the sequence table can result in high region count per RS. This is not ideal. It would be better to decide on the number of region splits independently from the salt bucket cardinality. That way, a user can start with tables deployed on their small cluster and when they add nodes, they can just split the table to get more parallelism. When we first create the sequence table, create it a smaller number of splits, like {{num RS * 5}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)