recall

← recall

key-value store term

DB indexed only by primary key — get/put/delete

Simplest data model. Foundation of Redis, RocksDB, DynamoDB, etcd. Often the storage layer beneath richer DBs.

aliases: KV store

topics: databases, internals

references: