Re: Large transaction problem

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Large transaction problem
Date: 2004-11-12 14:33:49
Message-ID: 20041112143349.GA32479@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Nov 11, 2004 at 05:14:50PM -0500, Paul B. Anderson wrote:
>
> /usr/bin/vacuumdb --all --full --analyze
^^^^^

You do realise that takes an exclusive lock, right? Why are you
doing VACUUM FULL? If your FSM is set right, you really shouldn't
need it for most cases.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
The plural of anecdote is not data.
--Roger Brinner

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Paul B. Anderson 2004-11-12 15:30:27 Re: Large transaction problem
Previous Message Francisco Jose Bernabe Pellicer 2004-11-12 14:14:33 Query failed: ERROR: Unable to identify an operator '=' for types 'character varying' and 'character'