April 2018
Intermediate to advanced
508 pages
15h 22m
English
Sometimes, individual tables have vacuum requirements that don't match the rest of the database, and it is possible to tweak the autovacuum behavior for each table.
Up until PostgreSQL 8.3, the per-table autovacuum parameters were stored in the pg_autovacuum system table, documented at http://www.postgresql.org/docs/8.3/static/catalog-pg-autovacuum.html.
A common request is turning autovacuum off for just one relation, perhaps because it's being processed by a daily off-hours manual vacuum: ...
Read now
Unlock full access