Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
A - Atomicity
C - Consistency
I- Isolation
D- Durability
In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties that guarantee that database transactions be processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction.
Its a property that guarantees that the communication is effective and reliable in terms of Computer Science.
Atomicity, Consistency, Isolation, Durability.
ACID