Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the advantages of MongoDB over MySQL and PostgreSQL? [closed]

i've been thinking to use MongoDB for my next project (python), but for now, i don't understand which are the advantages of use NoSQL MongoDB against SQL.

Can you give some ideas or reasons of why to use NoSQL MongoDB?

Thanks in advance

like image 948
eos87 Avatar asked Oct 28 '11 16:10

eos87


People also ask

What is the advantage of MongoDB over SQL?

MongoDB supports dynamic queries on documents using a document-based query language that's nearly as powerful as SQL. Tuning. Ease of scale-out − MongoDB is easy to scale. Conversion/mapping of application objects to database objects not needed.

What is the main advantage of MongoDB?

MongoDB is designed to make data easy to access, and rarely to require joins or transactions, but when you need to do complex querying, it's more than up to the task. The MongoDB Query API allows you to query deep into documents, and even perform complex analytics pipelines with just a few lines of declarative code.

What is the advantage of MongoDB over other NoSQL databases?

Handle large volumes of data at high speed with a scale-out architecture. Store unstructured, semi-structured, or structured data. Enable easy updates to schemas and fields. Be developer-friendly.


1 Answers

In this presentation there are some great points about using Mongodb link

like image 136
byroncorrales Avatar answered Oct 20 '22 05:10

byroncorrales