DEV Community

Cover image for MongoDB vs MySQL
Danish Saleem
Danish Saleem

Posted on

8

MongoDB vs MySQL

MongoDB vs MySQL

MongoDB MySQL
1. MongoDB employs a document-oriented database management system. 1. It uses Relational Database Management System (RDBMS).
2. Data is stored in BSON (Binary JSON) format in collections, with each document 2. Data is stored in tables with defined columns and relationships between tables.
3. It features a query language similar to JSON. 3. It uses Structured Query Language (SQL) for database access.
4. It is suitable for unstructured and semi-structured data, enabling flexible and scalable data management. 4. It is suited for structured and organized data.

NOTE: If you found this help. Like and share. Thanks, Happy Learning!


Let's connect đź’ś

You can follow me on Twitter, Instagram, LinkedIn & GitHub

Support Me

If you like this post. Kindly support me by Buying Me a Coffee

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (8)

Collapse
 
vulcanwm profile image
Medea •

this is great! maybe if you structured it as a table it would be better to understand

Collapse
 
thomasbnt profile image
Thomas Bnt •

Yeah, great examples with both solutions

Collapse
 
mrdanishsaleem profile image
Danish Saleem •

Glad you find it helpful 🙏

Collapse
 
mrdanishsaleem profile image
Danish Saleem •

Yes, you're right. I'll try to structured it as table and thanks for your feedback🙏

Collapse
 
vulcanwm profile image
Medea •

No problem! Let me know when you update the post.

Thread Thread
 
mrdanishsaleem profile image
Danish Saleem •

Updated check now đź“„

Thread Thread
 
vulcanwm profile image
Medea •

looks great!

Thread Thread
 
mrdanishsaleem profile image
Danish Saleem •

Thanks

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →