InterviewSolution
Saved Bookmarks
| 1. |
How does Scale-Out occur in MongoDB? |
|
Answer» The document-oriented data model of MongoDB makes it EASIER to split data across multiple servers. Balancing and loading data across a cluster is done by MongoDB. It then redistributes documents automatically. |
|