Announcing Fundamentals of Vacuum Early Access

When I first started working with Postgres back in 2017, one of the first big surprises for me was the vacuum process.

Our query performance kept degrading, the database kept getting larger, and we couldn’t find clear, simple explanations of the problem and how to fix it.

In this class, I’ll explain:

  • How Postgres keeps multiple versions of rows around
  • How the autovacuum process tries to fix it
  • How to tell when autovacuum isn’t keeping up
  • What settings to change in order to help
  • When you’ll need to do manual vacuums instead

Watch Module 1 for free:

And when you’re ready to keep going, sign up for the course. See you in class!

Previous Post
The Fundamentals of Select: An Introduction to Postgres Performance
Next Post
Using Materialized Views to Make Queries Run Faster

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed