Data Partition is Growing

From: Mike Darretta <michael(dot)darretta(dot)ctr(at)metnet(dot)navy(dot)mil>
To: pgsql-admin(at)postgresql(dot)org
Subject: Data Partition is Growing
Date: 2004-09-29 23:48:42
Message-ID: 415B49DA.4000503@metnet.navy.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm an application developer trying to understand a pg data partition
issue. We are storing large objects (gifs) at a rate of about 1GIG /day.
After about a week, most of the objects are recycled -- that is, an
insert triggers a delete of a similar object. The postgres data
partition, though, continues to grow, even though the objects are
successfully deleted from the application *and* largeobject tables. I
understand that removing an object from the database does not
automatically free up disk space, but I expected to see the disk space
"level out" at some point. The data partition is currently at 40Gig and
growing.

We are running Postgres 7.4 with the incremental vacuum process active.

Any thoughts?

Thanks,
Mike

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-09-30 01:13:51 Re: Data Partition is Growing
Previous Message Bender, Cheryl 2004-09-29 16:17:02 Re: TCP/IP access in Postgresql 8 Windows