Re: vacuum vs open transactions

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: vacuum vs open transactions
Date: 2005-01-13 17:33:50
Message-ID: 200501131033.50423.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday January 13 2005 10:09, Michael Fuhr wrote:
>
> For idle transactions pg_stat_activity shows "<IDLE> in transaction"
> and the query_start column shows when the transaction became idle
> (i.e., when the last statement completed). So if long-lived idle
> transactions are the problem, then at least you can find out how
> long they've been idle.

That will help, thanks. Unfortunately, that doesn't appear to work for many
of our pre-7.4 clusters, of which we have 60, but that will definitely help
as we migrate forward.

Ed

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Bryden 2005-01-13 17:58:33 Functions returning RECORD
Previous Message Bruno Wolff III 2005-01-13 17:16:58 Re: Adding UNIQUE constraint on NULL column