Re: VACUUM Question

From: Rick Gigger <rick(at)alpinenetworking(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: VACUUM Question
Date: 2004-06-04 19:31:47
Message-ID: 40C0CE23.6060006@alpinenetworking.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>One more question; on one server the Vacuum Analyze before the insert takes
>>approx. 2min after that the same command takes 15min.
>
>
> You might try a VACUUM FULL sometime when you can deal with 15min of downtime
> or so. Actually it would probably be longer. Perhaps the table that's taking
> 15min has a ton of extra dead tuples left over from the fsm settings being too
> low and/or vacuum being too infrequent.

Does VACUUM FULL just lock entire tables and thus cause you to
essentially have downtime on that database because it doesn't respond
quickly or do you actually have to shut down postgres to safely do a
vacuum full?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2004-06-04 19:40:45 Re: VACUUM Question
Previous Message Rick Gigger 2004-06-04 19:28:07 Re: [GENERAL] [HACKERS] Slony-I goes BETA