Mongo and Mongoose

Mongo and Mongoose

nosql vs sql

sql vs nosql (Video)

SQL NoSQL
Data uses schemas schema-less
Relations No (or very few) relations
Data is distributed across multiple tables Data is merged/nested in a few collections
Horizontal scaling is hard/impossible, and vertical is possible both horizontal and vertical scaling is possible
Limitations for lots of (thousands) read & write queries per second Great performance for mass(simple) read & write requests

Things I want to know more about

Return home