Re: Vacuum and Transactions - Mailing list pgsql-general

From Richard Huxton
Subject Re: Vacuum and Transactions
Date
Msg-id 003501c1063a$ea62d520$1001a8c0@archonet.com
Whole thread Raw
In response to Vacuum and Transactions  ("Trewern, Ben" <Ben.Trewern@mowlem.com>)
List pgsql-general
From: "Trewern, Ben" <Ben.Trewern@mowlem.com>

> If there is a transaction running when 'vacuumdb -a -z' is run (as a cron
> job) it stops running at that database till the transaction completes.
That
> is not so much of a problem until a new client tries to connect to the
> database.  This new connection hangs, waiting for the vacuum to complete.
> This situation is not all that helpful and means I have to be careful at
> what time I run vacuum so it does not interfere with new clients.  Is this
a
> bug or the standard way in which postgres works and are there any plans
> change this?

Would vacuuming the tables one at a time not help here? It'd mean a small
script to read a list of databases/tables out of PG but should reduce the
impact on your clients (if I'm thinking straight here)

- Richard Huxton


pgsql-general by date:

Previous
From: Ed Loehr
Date:
Subject: query syntax change?
Next
From: Gilles DAROLD
Date:
Subject: Re: Newbie DBD::Pg question