Schedule - pgDay Paris 2023

Managing Your Tuple Graveyard

Date: 2023-03-23
Time: 14:25–15:10
Room: Auditorium

When making the leap from "running Postgres" to "running Postgres at scale", managing table bloat is a hurdle which many engineers trip over. In this talk, we discuss everything from Postgres internals to application design on the journey to understanding table bloat, why it occurs, how to manage it, and (best of all) how to avoid tripping over it in the first place.

This talk will cover:

  • Multi-Version Concurrency Control (MVCC)
  • "Dead" vs "live" tuples
  • Vacuum & its multiple roles
  • Methods of identifying and quantifying bloat
  • How much bloat is "too much"?
  • Dealing with bloated tables: autovacuum configuration & pg_repack
  • Designing bloat-aware data access patterns

Speaker

Chelsea Dole