

InterviewSolution
Saved Bookmarks
1. |
Each document in the tags holds the ________ of the sharded collection and a minimum shard key value.(a) tag(b) chunk(c) namespace(d) sizeI got this question in class test.My doubt is from Troubleshooting Sharded Cluster topic in division Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» CORRECT choice is (c) namespace Explanation: In most circumstances, you should LEAVE chunk splitting to the AUTOMATED processes WITHIN MongoDB. |
|