From 38d301dff39d7e3d0f9f3c7d9ecaacd496f1ffb4 Mon Sep 17 00:00:00 2001 From: karanbhomiagit Date: Sun, 14 Oct 2018 21:56:38 +0530 Subject: [PATCH] Update index.md (#18520) --- client/src/pages/guide/english/mongodb/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/mongodb/index.md b/client/src/pages/guide/english/mongodb/index.md index b709cff1b9..5c45e7c80a 100644 --- a/client/src/pages/guide/english/mongodb/index.md +++ b/client/src/pages/guide/english/mongodb/index.md @@ -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