

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) Shard key range tags are distinct from replica set member tags(b) Balancer does not obey tagged range associations(c) Hash-based sharding only supports tag-aware sharding on an entire collection(d) All of the mentioned |
Answer» Right answer is (c) Hash-based sharding only supports tag-aware sharding on an entire collection The explanation: Tag sets let you customize write concern and read preferences for a replica set. |
|