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.
Session storage systems use key-value stores to quickly retrieve user session data using session IDs.
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.