Presented by

  • Christophe Pettus

    Christophe Pettus
    @xof
    https://thebuild.com

    Christophe is the CEO of PGX Inc., a boutique PostgreSQL consultancy based in Alameda, California. He has been working with PostgreSQL since version 7, and databases for even longer.

Abstract

The Write-Ahead Log in PostgreSQL underlies a huge number of features: crash recovery, binary replication, logical replication, and backups. This talk is a dive into the internals of the WAL, including its format, how it is written to storage, how it is used, and what to do when you get one of the many terrifying errors about WAL issues.