Update index.md (#32414)

Added necessary links for installation and described the cons of MongoDB
This commit is contained in:
Kaustubh J
2019-03-08 05:12:08 +05:30
committed by Randell Dawson
parent 2683b2904e
commit 0c8217474e

View File

@ -38,7 +38,12 @@ MongoDB in applications built with javascript is mainly used with Mongoose which
3. Rich Query Language 3. Rich Query Language
4. High Availability 4. High Availability
5. Horizontal Scalability 5. Horizontal Scalability
6. Supports Indexing
### Cons of MongoDB
1. Schemaless design requires database manager to ensure certain constraints
2. Indexing on multiple fields takes more memory
3. Aggregation queries are at times non-intutive
### More Information ### More Information
[What is Mongo DB?](https://www.mongodb.com/what-is-mongodb) [What is Mongo DB?](https://www.mongodb.com/what-is-mongodb)
@ -49,4 +54,6 @@ MongoDB in applications built with javascript is mainly used with Mongoose which
[Learn MongoDB from MongoDB](https://university.mongodb.com/) [Learn MongoDB from MongoDB](https://university.mongodb.com/)
[Getting Started with MongoDB] (https://docs.mongodb.com/manual/tutorial/getting-started/) [ACID vs BASE databases](http://www.dataversity.net/acid-vs-base-the-shifting-ph-of-database-transaction-processing/)
[Getting Started with MongoDB](https://docs.mongodb.com/manual/tutorial/getting-started/)