Re: index file bloating still in 7.4 ? - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: index file bloating still in 7.4 ?
Date
Msg-id 20031021105655.GB9837@libertyrms.info
Whole thread Raw
In response to Re: index file bloating still in 7.4 ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: index file bloating still in 7.4 ?  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-performance
On Mon, Oct 20, 2003 at 05:42:52PM -0400, Tom Lane wrote:

> hold of these dead rows instead of recycling them.  I suspect you have
> a client process somewhere that is holding an open transaction for a
> long time ... probably not doing anything, just sitting there with an
> unclosed BEGIN ...

Which could be because you're doing something nasty with one of the
"autocommit=off" clients.  Most of the client libraries implement
this by doing "commit;begin;" at every commit.  This means you have
way more idle in transaction connections than you think.  Look in
pg_stat_activity, assuming you've turned on query echoing.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Afilias Canada                        Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: SRFs ... no performance penalty?
Next
From: Harry Broomhall
Date:
Subject: Re: Performance weirdness with/without vacuum analyze