Glossary

NoSQL

NoSQL is a broad category of databases that move away from the relational model (tables + SQL). It covers very different systems: document, key-value, columnar, and graph. Not "better than SQL" — simply suited to a different class of problems.

Main types

When to choose NoSQL