ACID Properties:
ACID stands for Atomicity, Consistancy, Isolation and Durability.
Atomicity:
Modification of data in the database either fail or succeed. The beginning of such a modification starts with a transaction and ends with when a transaction finished(either by a commit or a rollback)
Consistancy:
Only valid data may be committed.
Isolation:
One transaction does not interface with another.
Durability:
A committed transaction will not be lost.
ACID stands for Atomicity, Consistancy, Isolation and Durability.
Atomicity:
Modification of data in the database either fail or succeed. The beginning of such a modification starts with a transaction and ends with when a transaction finished(either by a commit or a rollback)
Consistancy:
Only valid data may be committed.
Isolation:
One transaction does not interface with another.
Durability:
A committed transaction will not be lost.
No comments:
Post a Comment