M101N: MONGODB FOR .NET DEVELOPERS questions 6.4
HOMEWORK: HOMEWORK 6.4 You have a sharded system with three shards and have sharded the collections "students" in the "school" database across those shards. The output of sh.status() when connected to mongos looks like this: mongos> sh.status() --- Sharding Status --- sharding version: { "_id" : 1, "minCompatibleVersion" : 5, "currentVersion" : 6, "clusterId" : ObjectId("5531512ac723271f602db407") } shards: { "_id" : "s0", "host" : "s0/localhost:37017,localhost:37018,localhost:37019" } { "_id" : "s1", "host" : "s1/localhost:47017,localhost:47018,localhost:47019" } { "_id" : "s2", "host" : "s2/localhost:57017,localhost:57018,localhost:57019" } balancer: Currently enabled: yes Currently running: yes Balancer lock taken at Fri Apr 17 2015 14:32:02 GMT-0400 (EDT) by ed...