ACID
DBMS
Properties that guarantee reliable database transactions: Atomicity, Consistency, Isolation, and Durability.
Tags
transactionsreliabilityfundamentals
Related Concepts
Quorum
System Design
The minimum number of nodes that must agree on a value in a distributed system before that value is considered committed. Essential for consensus prot...
distributed-systemsconsensusreliability
Normalization
DBMS
The process of organizing database tables to reduce redundancy and improve data integrity through a series of normal forms (1NF, 2NF, 3NF, etc.).
schema-designoptimizationfundamentals
Process vs Thread
OS
A process is an independent program with its own memory space, while a thread is a lightweight unit of execution within a process that shares memory w...
concurrencyfundamentalsmemory