Update index.md (#18520)

This commit is contained in:
karanbhomiagit
2018-10-14 21:56:38 +05:30
committed by Quincy Larson
parent 1d5fed62f1
commit 38d301dff3

View File

@@ -5,6 +5,7 @@ title: MongoDB
MongoDB is an open-source non-relational Database that uses a JSON like structure to store data.
It uses a document model to store and retrieve the data instead of the table model used by sequential databases such as SQL or Oracle.
MongoDB is a distributed database at its core, so high availability, horizontal scaling, and geographic distribution are built in and easy to use.
### NOSQL Vs RDBMS