Mostly we need to search on PublisherId and PlanId in our current system where the Model structure is as below:-
Publisher Model: Publisher Id Publisher Name …..
Plan Model: Plan Id Plan Name Publisher Id …..
Relationship between Publisher and Plan Model is 1:M.
Scenario: We cannot take Publisher Id or Plan Id as partition key because we have 3-5 publishers they used to submit bulk data that might cross 10 GB limit soon.