1.

What are some of the advantages of MongoDB?

Answer»

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).


Discussion

No Comment Found