adspace


State the differences between mongodb and mysql.

Answer Posted / Deepak Agarwal

MongoDB and MySQL differ in several aspects:nn- Data structure: MongoDB uses a document-oriented data model, while MySQL uses a relational database management system (RDBMS).n- Scalability: MongoDB is known for its horizontal scalability due to its flexible schema design.n- Query language: MongoDB uses JSON-like documents with querying done using JavaScript, while MySQL primarily uses SQL.n- ACID compliance: MySQL fully supports ACID (Atomicity, Consistency, Isolation, Durability) transactions, whereas MongoDB provides eventual consistency instead of strong consistency.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1103


How to Change a users password from unix shell.

1221


What is current version of mysql?

1081


Which statement is used in a select query for partial matching?

1247