Key-Value Store

basic
data
Enhanced Content

Definition

Simple database model that stores data as key-value pairs. Like having a giant dictionary where you can look up any value using its unique key.

Real-World Example

Session storage systems use key-value stores to quickly retrieve user session data using session IDs.

Related Terms

Cloud Provider Equivalencies

All provide managed NoSQL storage suitable for key-based lookups. DynamoDB and OCI NoSQL are general-purpose key-value/document stores; Cosmos DB Table API offers a key-value/table-style model; Cloud Bigtable is a wide-column store optimized for very large scale and low-latency key/row lookups.

AWS
Amazon DynamoDB
AZ
Azure Cosmos DB (Table API)
GCP
Cloud Bigtable
OCI
OCI NoSQL Database

Explore More Cloud Computing Terms