RDBMS versus NoSQL

NoSQL is a tool, and like any tool is has specific use cases where it excels, and use cases where some other tool would be a better fit. No one would use a screwdriver to pound in a nail. It's possible, but using a hammer would make the job easier. One large problem with NoSQL databases is that people adopt them when an RDBMS would solve the problem just as well or better.

To understand which tool to be used when, we must understand the strengths and weaknesses of both systems.

The strengths of RDBMS databases

One of the biggest strengths of an RDBMS is its maturity. The technology behind an RDBMS has existed for over 40 years and is based on the solid theory of relational algebra and relational calculus. Because of their maturity, ...

Get Mastering Flask now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.