Database
154 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
Stored Procedure
Precompiled SQL stored in the database for execution
Cassandra
Distributed NoSQL database with high availability and scalability
Isolation Level
Degree of visibility between concurrent transactions
Database Migration
Version-controlled changes to database schema
Query Optimization
Improving query performance through various techniques