Skip to main content

Week 12

SQL VS NoSQL

SQLNoSQL
Structured data (with tables and rows)Unstructured data
Better for small datasetsBetter for large datasets
Frequent updatesHigh write loads
Strong dependency on multi-row transactionsHigh availability in unstable environment
Modify large volume of recordsData is location based

NoSQL is better for dealing with collections of JSON documents (<key>:<value>) pairs

Note

In this week, we also learned how to use restDB.