I have the following Shard Key composed: {companyId: 1, _id: 1}
I have 5 fragments,
3 are associated to the zone 'C001' and the other 2 to 'C000'.
I want the chunks to be distributed evenly in their respective zone just like the index hashed.
Where can I find more information to isolate the data of each company in their corresponding nodes?
No responses yet.