Database
159 views
CAP Theorem
Quick Definition
Theorem on Consistency, Availability, Partition tolerance trade-offs
Full Definition
Distributed stores can only guarantee two of Consistency, Availability, and Partition tolerance.
Examples
distributed databases, system design, trade-offs
Related Terms
distributed-systems
consistency
More Database Terms
Relational Database
Database storing data in structured tables with relationships
ACID
Properties guaranteeing reliable transaction processing
Data Modeling
Creating a model describing data structure and relationships
Read Replica
Copy of primary database for read-only queries
Trigger
Special procedure that auto-executes on table events
Document Database
NoSQL database storing data as flexible JSON-like documents