Google News
logo
MongoDB - Interview Questions
What are some of the advantages of MongoDB?
Some advantages of MongoDB are as follows :
 
* MongoDB supports field, range-based, string pattern matching type queries. for searching the data in the database 
* MongoDB support primary and secondary index on any fields
* MongoDB basically uses JavaScript objects in place of procedures
* MongoDB uses a dynamic database schema
* MongoDB is very easy to scale up or down
* MongoDB has inbuilt support for data partitioning (Sharding).
Advertisement