Database
149 views
Concurrency Control
Quick Definition
Managing simultaneous data access while maintaining consistency
Full Definition
Mechanisms managing simultaneous data access while maintaining consistency.
Examples
locking, MVCC, optimistic concurrency, deadlock detection
Related Terms
transaction
acid
More Database Terms
Key-Value Store
NoSQL database storing data as key-value pairs
Relational Database
Database storing data in structured tables with relationships
Replication
Copying data between servers for redundancy
Cassandra
Distributed NoSQL database with high availability and scalability
Database
Organized collection of structured data for storage and retrieval
Normalization
Organizing tables to reduce redundancy and improve integrity