

InterviewSolution
Saved Bookmarks
1. |
MongoDB supports sharding through the configuration of a sharded ______(a) shapes(b) clusters(c) sets(d) all of the mentionedI got this question during an interview.The doubt is from Sharding Introduction in portion Sharding Concepts, Mechanics and Sharded Cluster of MongoDB |
Answer» RIGHT option is (b) clusters The BEST EXPLANATION: Sharding reduces the NUMBER of operations each SHARD handles. |
|