From 1e006671d91c9ef7fd514ca8573dc8d621060643 Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Tue, 21 Jan 2020 21:37:51 +0000 Subject: [PATCH] ANSWERED: What are the advantages of MongoDB? --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7154137..684a45e 100644 --- a/README.md +++ b/README.md @@ -4606,6 +4606,13 @@ func main() {
What are the advantages of MongoDB? Or in other words, why choosing MongoDB and not other implementation of NoSQL?
+ +MongoDB advantages are as followings: +- Schemaless +- Easy to scale-out +- No complex joins +- Structure of a single object is clear +