VACUUM

From: Jodi Kanter <jkanter(at)virginia(dot)edu>
To: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: VACUUM
Date: 2002-11-14 20:39:45
Message-ID: 016e01c28c1d$f9db6340$de138f80@virginia.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I am trying to set up my cron job to run the appropriate vacuums on our database. I understand from reading the documentation that regular vacuums, vacuum full, and vacuum analyze are all important. Can someone assist in telling me what is the most efficient order? I would assume that analyze should be done once the inaccessible rows are released within the table and then to the OS?

We currently have a small amount of data in our database so my plan was to do all vacuums on the entire database.

Also, I read that reindexing was important. Does this need to be done as frequently as the vacuums? Is it only done on a per table basis? or can you reindex the entire database?

Thanks
Jodi
_______________________________
Jodi L Kanter
BioInformatics Database Administrator
University of Virginia
(434) 924-2846
jkanter(at)virginia(dot)edu

Responses

  • Re: VACUUM at 2002-11-14 21:44:48 from Robert Treat

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2002-11-14 21:44:48 Re: VACUUM
Previous Message Hugh Esco 2002-11-14 17:54:49 Re: Troubles at Startup