Database
23 views
Key-Value Store
Quick Definition
NoSQL database storing data as key-value pairs
Full Definition
A simple NoSQL database storing data as key-value pairs for fast access.
Examples
Redis, DynamoDB, Memcached, etcd
Related Terms
caching
nosql
session-storage
More Database Terms
Read Replica
Copy of primary database for read-only queries
Materialized View
Physical stored copy of query results refreshed periodically
Isolation Level
Degree of visibility between concurrent transactions
B-Tree Index
Self-balancing tree index for efficient sorted data operations
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads
Foreign Key
Field referencing primary key to establish table relationships