Database
153 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
Transaction
Single unit of work that succeeds or fails completely
Database Connection
Communication channel between application and database server
Data Integrity
Ensuring data accuracy, consistency, and reliability
ACID
Properties guaranteeing reliable transaction processing
Query Optimization
Improving query performance through various techniques
ORM
Mapping object-oriented code to database tables