Re: Help tuning autovacuum - seeing lots of relationbloat - Mailing list pgsql-performance

From Markus Schaber
Subject Re: Help tuning autovacuum - seeing lots of relationbloat
Date
Msg-id 449BDF5D.3060109@logix-tt.com
Whole thread Raw
In response to Re: Help tuning autovacuum - seeing lots of relationbloat  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-performance
Hi, Csaba,

Csaba Nagy wrote:

> Well, your application might be completely well behaved and still your
> DBA (or your favorite DB access tool for that matter) can leave open
> transactions in an interactive session. It never hurts to check if you
> actually have "idle in transaction" sessions. It happened a few times to
> us, some of those were bad coding on ad-hoc tools written by us, others
> were badly behaved DB access tools opening a transaction immediately
> after connect and after each successful command, effectively leaving an
> open transaction when leaving it open while having lunch...

Some older JDBC driver versions had the bug that they always had an open
transaction, thus an application server having some pooled connections
lingering around could block vacuum forever.

Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

pgsql-performance by date:

Previous
From: Markus Schaber
Date:
Subject: Re: SAN performance mystery
Next
From: Markus Schaber
Date:
Subject: Re: Help tuning autovacuum - seeing lots of relationbloat