top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Sharding in MongoDB? Explain it. [CLOSED]

0 votes
229 views
What is Sharding in MongoDB? Explain it. [CLOSED]
closed with the note: not a right place for such question
posted Jan 20, 2017 by Dhaval Vaghela

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
follow this link : https://docs.mongodb.com/manual/sharding/
after reading if you have any questions ,please post it on queryhome.

Similar Questions
+1 vote

Minimum on what data size Sharding is recommended in MongoDB? Suppose my database size is 1 GB is sharding necessary? if I do not create shard will that work for me, for this data size.

0 votes

I have implemented sharding for two collections based on a column which is not indexed. Now after checking sh.status(), I can see all the data is saving in primary shard only. Data is not distributing among the other shard servers. What to do?

+1 vote

Does anyone know how I remove orphaned documents in a cluster (sharding) in mongodb version 3.0.10, My actual data are 20 million orphans and documents the value amounts to 21 million data

0 votes

We recently sharded a replica set and missed a process update which allowed that process to bypass the mongos and continue writing GridFS documents directly to the original replica set. The mongos seems to be aware of the fs.files document but cant find the fs.chunks related to that document. The fs.chunks can be found by going directly to the original mongod. Is there an easy way to tap mongos on the shoulder and say "hey, look over there"?

...