Database
26 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
Write Ahead Log
Persistence mechanism writing changes to log before database
Connection Pooling
Managing and reusing database connections
Foreign Key
Field referencing primary key to establish table relationships
Schema Design
Defining database table structure and constraints
Database
Organized collection of structured data for storage and retrieval
Time-Series Database
Database optimized for time-stamped data storage