MongoDB vs SQL
(Image by - Sharma Guides | Subham232330)
MongoDB
- MongoDB is used to store both structured and unstructured data
- Data stored in JSON-like documents
- MongoDB does not support JOIN and global transactions
- MongoDB is fast and scalable
- Schemaless
SQL
- SQL is used to store only structured data
- Data stored in table form
- SQL support JOIN and global transactions
- SQL is slow
- Require Schema
Comments
Post a Comment
Please do not enter any spam link in the comment box.