MongoDB: Sharding on single machine. Does it make sense?

后端 未结 5 1298
说谎
说谎 2020-12-30 06:56

created a collection in MongoDB consisting of 11446615 documents.

Each document has the following form:

{ 
 \"_id\" : ObjectId(\"4e03dec7c3c365f57482         


        
5条回答
  •  温柔的废话
    2020-12-30 07:38

    This is answered in the first paragraph of the Replica set tutorial

    http://www.mongodb.org/display/DOCS/Replica+Set+Tutorial

提交回复
热议问题