🌱 NoSQL vs SQL
March 28, 2023•440 words
Some draft notes when helping clients decide between NoSQL and SQL.
References
A Brief Overview of the Database Landscape
The NoSQL movement
https://www.infoq.com/news/2022/10/netflix-timestone-priority-queue/
TL;DR: Decision Tree
Questions to Consider
Do you need to handle structured data such as tables with rows and columns? If so, SQL is probably the best choice as it directly represents structured data.
Will your application handle high volumes or high velocity of data? NoSQL wa...
Read post