mongodb advantages and disadvantages

Mongodb advantages and disadvantages

Advantages of MongoDB

o    MongoDb is document database.
o    Lightening is very fast.
o    MongoDb provides ACID properties at the document level.
o    MongoDb handled failover mechanism is automatically.
o    MongoDb supports common authentication mechanisms like LDAP, AD.
o    Auto sharding because MongoDB enables horizontal scalability.
o    Replication is very easy.
o    You can perform rich queries.

Disadvantages

o    Not support joins operation.
o    Not support transaction.
o    No single server durability. If query is crashes that time you lost your all data and after repair you lost approx. 50 to 60% data.
o    Indexes take up a lot of RAM (RAM limitation).
o    Memory limitations.

MongoDB lacks some features of relational database like transaction and joins, but it gains the ability to scale horizontal easily and flexible schema that easy to manipulate with JSON data.”
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Mongodb advantages and disadvantages Mongodb advantages and disadvantages Reviewed by Anil Singh on 2:31 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^