How does Scale-Out occur in MongoDB ?

  • In MongoDB the document-oriented data model makes it easier to split data across multiple servers.
  • Loading and Balancing data across a cluster is done by MongoDB.
  • Then it is automatically redistributing the documents.
  • It will be providing an interface between client applications and the sharded cluster, so the mongos act as a query router.
  • Config servers store metadata and configuration settings for the cluster.
  • To manage distributed locks MongoDB uses the config server.
  • In MongoDB each sharded cluster must have its own config servers.

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like

MongoDB Vs CouchDB

                MongoDB                  CouchDB It Provides faster read speeds. If read speed is critical to your database, MongoDB is faster than CouchDB. No mobile support provided. It can be run…
View Answer

What are the Features of MongoDB ?

It has so many great features while being a NoSQL database. It is unique and attractive. They are making MongoDB widely usable and popular. Features of MongoDB: Schema-less Database Replication…
View Answer