Glossary — in plain language

Autovacuum


In plain English

Autovacuum is a set of background workers that run VACUUM and ANALYZE for you automatically, based on how much each table has changed. You rarely run vacuum by hand because autovacuum watches every table.

Why it matters

Tuning autovacuum (thresholds, scale factors, worker count, cost delay) is one of the highest-impact things a DBA does. Too lazy and tables bloat; too aggressive and it competes with your workload for I/O.

Was this helpful?

← Browse the full glossary