Re: Vacuum issues.. - Mailing list pgsql-admin

From Matthew T. O'Connor
Subject Re: Vacuum issues..
Date
Msg-id 44EA3FD1.4020505@zeut.net
Whole thread Raw
In response to Vacuum issues..  ("Eamonn Kent" <ekent@xsigo.com>)
List pgsql-admin
Eamonn Kent wrote:
> I am using PostgreSQL 8.1.4 for an embedded application.  For some
> reason, vacuum is not able to identify rows that are candidates for
> removal (i.e., mark space as available).
[snip]
>
> If I shutdown our application and run a vacuum full, the space is
> recovered and the database size goes down to 150M.

The most common answer to this is that your application is leaving open
transactions just sitting there.  VACUUM can't remove tuples that may
still need to be visible to a transaction that's been open for days.


pgsql-admin by date:

Previous
From: "Eamonn Kent"
Date:
Subject: Vacuum issues..
Next
From: "Mohan R"
Date:
Subject: unsubscribe