All Questions
1 question
1
vote
0
answers
467
views
How to calculated a table partition key from alphanumeric string?
Goal:
Create 300 partition table that evenly distributes records on a table.
The primary key is an email address plus the partition key [1-300].
We are not permitted to use a hash partitioned table ...