- We recommend that active production databases be
- vacuumed frequently (at least nightly), in order to
- remove dead rows. After adding or deleting a large number
- of rows, it might be a good idea to issue a VACUUM
- ANALYZE command for the affected table. This will update the
- system catalogs with
- the results of all recent changes, and allow the
-
PostgreSQL query planner to make better
- choices in planning queries.
+ We recommend that all databases be vacuumed regularly in
+ order to remove dead rows.
PostgreSQL includes
+ an autovacuum
facility which can automate routine vacuum
+ maintenance. For more information about automatic and manual vacuuming,
+ see .
details.
-
PostgreSQL includes an
autovacuum
- facility which can automate routine vacuum maintenance. For more
- information about automatic and manual vacuuming, see
- .
-
Each backend running VACUUM without the
FULL option will report its progress in the