10/09/2021

Different databases are designed to solve different problems. Using a single database engine for all of the requirements usually leads to non- performant solutions; storing transactional data, caching session information, traversing graph of customers and the products their friends bought are essentially different problems.

— Pramod J. Sadalage and Martin Fowler, NoSQL Distilled