Various nuggets of useful technical information.

Monday, July 14, 2008

Vacuuming Databases in Postgres 8.2

Vacuuming makes the databases perform faster.

Run this command to vacuum:
vacuumdb --analyze --verbose -d [database_name]


No comments: