Vacuuming -- again - Mailing list pgsql-novice

From peter@vfemail.net
Subject Vacuuming -- again
Date
Msg-id 20110120194145.3009B1337B97@mail.postgresql.org
Whole thread Raw
Responses Re: Vacuuming -- again  (Michael Swierczek <mike.swierczek@gmail.com>)
Re: Vacuuming -- again  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
I posted a message about PostgreSQL vacuuming to this list in Feb. 2010, received some responses, but probably didn't
understandwhat I was being told at that time.   

There's a script running on my server hosting a PostgreSQL database that does some type of vacuuming routine once each
week. Specifically, the script executes this command: 

     psql -d database_name -c "vacuum full verbose"

and e-mails the verbose output to me.

One response said that FULL vacuuming on a routine basis was a very bad idea.

I'm wondering now if I should delete the "full" parameter and change this script to say:

     psql -d database_name -c "vacuum verbose"

The vacuuming routine is taking longer and longer each week.  Currently, it takes about 30 hours for the routine to
complete. During that time, the database is not accessible.   

Thanks in advance for your guidance.


-------------------------------------------------
This message sent via VFEmail.net
http://www.vfemail.net
$14.95 Lifetime accounts!  15GB disk!  No bandwidth quotas!


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems with special character rendering
Next
From: Michael Swierczek
Date:
Subject: Re: Vacuuming -- again