Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. > db.printShardingStatus()
  2. --- Sharding Status ---
  3. sharding version: { "_id" : 1, "version" : 3 }
  4. shards:
  5. { "_id" : "shard0000", "host" : "xxxxxxxxxx:27018" }
  6. { "_id" : "shard0001", "host" : "xxxxxxxxxx:27018" }
  7. databases:
  8. { "_id" : "admin", "partitioned" : false, "primary" : "config" }
  9. { "_id" : "web", "partitioned" : true, "primary" : "shard0000" }
  10. web.explorer.ip chunks:
  11. { "ip" : { $minKey : 1 } } -->> { "ip" : { $maxKey : 1 } } on : shard0000 { "t" : 1000, "i" : 0 }
  12. { "_id" : "<dbname>", "partitioned" : true, "primary" : "shard0001" }
  13. { "_id" : "explorer", "partitioned" : false, "primary" : "shard0001" }
  14. { "_id" : "local", "partitioned" : false, "primary" : "shard0001" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement