2021-4-1 · Salting the row key provides a way to mitigate the problem. Details of the method would be found on this link. Phoenix provides a way to transparently salt the row key with a salting byte for a particular table. You need to specify this in table creation time by specifying a table property “SALT_BUCKETS” with a value from 1 to 256.

7442