NoSQL

NoSQL

English

Overview

An umbrella term for databases handling a variety of data models other than the relational one.

Details

An umbrella term for non-relational databases that prioritize schema flexibility and horizontal scalability, with several types depending on the use case. The basic design approach avoids cross-table operations like an RDB's JOIN, instead denormalizing data into a single unit tailored to the access pattern.

More Database terms