Re: database bloat,non removovable rows, slow query etc... [RESOLVED] - Mailing list pgsql-performance

From Tom Lane
Subject Re: database bloat,non removovable rows, slow query etc... [RESOLVED]
Date
Msg-id 2191.1157206883@sss.pgh.pa.us
Whole thread Raw
In response to Re: database bloat,non removovable rows, slow query etc... [RESOLVED]  (Matteo Sgalaberni <sgala@sgala.com>)
Responses Re: database bloat,non removovable rows, slow query etc... [RESOLVED]
List pgsql-performance
Matteo Sgalaberni <sgala@sgala.com> writes:
> Good to know this...but why this behaviour? it'is lovely...:)

Open transactions are tracked across the whole cluster.  This is
necessary when vacuuming shared catalogs.  In principle we could
track per-database xmin values as well, but the distributed overhead
that'd be added to *every* GetSnapshotData call is a bit worrisome.

            regards, tom lane

pgsql-performance by date:

Previous
From: Dave Cramer
Date:
Subject: Re: database bloat,non removovable rows, slow query etc... [RESOLVED]
Next
From: Mark Kirkwood
Date:
Subject: Re: Postgress memory leak with JBoss3.2.6 and large DB