Re: Closing inactive connections OR user connections limits - Mailing list pgsql-general

From scott.marlowe
Subject Re: Closing inactive connections OR user connections limits
Date
Msg-id Pine.LNX.4.33.0211201229040.21101-100000@css120.ihs.com
Whole thread Raw
In response to Re: Closing inactive connections OR user connections limits  (Francisco Reyes <lists@natserv.com>)
List pgsql-general
On Wed, 20 Nov 2002, Francisco Reyes wrote:

> On Wed, 20 Nov 2002, Medi Montaseri wrote:
>
> > In 7.2, you can run the vacuum in parallel with other database activities...
>
> As far as I know this is not the case for "vacuum full".

The thing that blocks vacuum full are pending transactions.  If the
connections aren't holding open a transaction the vacuum full will run
just fine.

For most folks, daily / hourly vacuums (not full vacuums) in 7.2 are
all you need, with a weekly or so vacuum full.



pgsql-general by date:

Previous
From: juleni
Date:
Subject: List of currently connected users
Next
From: Medi Montaseri
Date:
Subject: Re: List of currently connected users