Key Features of MongoDB - OmIndia

Teach To India

Friday, August 03, 2018

Key Features of MongoDB

Key Features of MongoDB


 • Scalable High-Performance Open-source, Document-orientated database.

 • Built for Speed
 • Rich Document based queries for Easy readability.
 • Full Index Support for High Performance.
 • Replication and Failover for High Availability.
 • Auto-Sharding for Easy Scalability.


  • Map / Reduce for Aggregation.



The following are some of MongoDB benefits and strengths:

 
Dynamic schema: As mentioned, this gives you the flexibility to change your data schema without modifying any of your existing data.
Scalability: MongoDB is horizontally scalable, which helps reduce the workload and scale your business with ease.
Manageability: The database doesn’t require a database administrator. Since it is fairly user-friendly in this way, it can be used by both developers and administrators.
Speed: It’s high-performing for simple queries.
Flexibility: You can add new columns or fields on MongoDB without affecting existing rows or application performance.
 

No comments:

Post a Comment

Comments

Popular