
Listing the difference between MongoDB and MySQL.
Terminology and Concepts
| MySQL | MongoDB |
|---|---|
| ACID Transactions | ACID Transactions |
| Table | Collection |
| Row | Document |
| Column | Field |
| Secondary Index | Secondary Index |
| JOINs | Embedded documents, $lookup & $graphLookup |
| GROUP_BY | Aggregation Pipeline |
Also, read What is MongoDB?
One thought on “Difference between MongoDB and MySQL?”
Comments are closed.