ACID

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Atomicity

A change either happens entirely or does not happen at all.

Consistency

A change brings a database from a valid state to another.

Isolation

Concurrent changes get executed as they were executed sequentially, concurrent clients do not interfere with each other.

Durable

A change is persistent and survives database restart and failure.