acid

Definition

Write Ahead Logging (ACID)

The central principle of write ahead logging is that any change to data must be recorded in a log before the change is written to its permanent location in the database. This log serves as a single source of truth for recovery in the event of a system crash.