WAL (Write A-head Logging)

Changes to tables and index must be written only after those changes are logged.

This is for database recovery increase durability.

By default, postgres has this enabled