garbage-collect and analyze a PostgreSQL database NAME vacuumdb - garbage-collect and analyze a PostgreSQL database SYNOPSIS vacuumdb [ connection-option......to run ANALYZE on each database so the optimizer has useful statistics. You can also run vacuumdb -a -z to analyze all databases. The dump script should not be expected to run c…