Re: Startup process thrashing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: Phillip Berry <pberry(at)stellaconcepts(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Startup process thrashing
Date: 2008-12-11 13:19:34
Message-ID: 5996.1229001574@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Smith <gsmith(at)gregsmith(dot)com> writes:
> Not exactly. What it said was "To avoid a database shutdown, execute a
> full-database VACUUM". In that context, "full" means you vacuum
> everything in the database, but only regular VACUUM is needed. VACUUM
> FULL, as you learned the hard way, is a more intensive operation, and it's
> not needed to resolve the problem you started with. It's a somewhat
> unfortunately worded HINT.

Maybe we could rephrase it as "whole-database VACUUM"?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-12-11 13:27:04 Re: Startup process thrashing
Previous Message Thom Brown 2008-12-11 12:30:03 Database config managment