

InterviewSolution
Saved Bookmarks
1. |
________ is a string that holds the address of the client, a mongos instance that initiates this change.(a) config.changelog.serverAddr(b) config.changelog.clientAddr(c) config.changelog.time(d) all of the mentionedThis question was posed to me in an online quiz.Query is from Cluster Deployment topic in section Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» The CORRECT OPTION is (b) config.changelog.clientAddr |
|