1. Very first benefit
of MongoDB is it is schema less. Even documents in same collection don’t need
to have same fields/structure.
2. MongoDB is easy to
scale. Below link explains it clearly.
3. No complex joins
like RDBMS is not required.
4. Sharding support :
As size of data grows drastically, single machine is not sufficient to handle
it. Sharding solves the problem with horizontal scaling. You can add number of
machines to support growth of drastically increasing data.
No comments:
Post a Comment