AAlexJan 7, 2019
Correct Shard Key for fragmentation by business id and zones?
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 ca...
Join discussion