ANSWERED: What are the advantages of MongoDB?

This commit is contained in:
Austin Songer 2020-01-21 21:37:51 +00:00
parent 26da34b786
commit 1e006671d9

View File

@ -4606,6 +4606,13 @@ func main() {
<details>
<summary>What are the advantages of MongoDB? Or in other words, why choosing MongoDB and not other implementation of NoSQL?</summary><br><b>
MongoDB advantages are as followings:
- Schemaless
- Easy to scale-out
- No complex joins
- Structure of a single object is clear
</b></details>
<details>