adspace
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