IT lexicon Database NoSQL

NoSQL

Database På svenska → Updated: 2026-07-30

Umbrella term for databases that aren't classically relational — document, key-value, graph, columnar.

Document (MongoDB), key-value (Redis, DynamoDB), graph (Neo4j), wide-column (Cassandra). Won the 2010-2015 hype wave. Postgres with JSONB and pgvector is winning ground back — "polyglot persistence" is less common.

← Back to the lexicon