Wednesday 18 February 2015

Benefits of MongoDB over RDBMS


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.



Prevoius                                                 Next                                                 Home

No comments:

Post a Comment