PostgreSQL has an optional but highly
recommended feature called autovacuum,
whose purpose is to automate the execution of
- VACUUM and ANALYZE commands.
+ VACUUM and ANALYZE commands.
When enabled, autovacuum checks for
tables that have had a large number of inserted, updated or deleted
tuples. These checks use the statistics collection facility;