vacuuming and freed disk space

From: john <pgadmin(dot)12(dot)ptechjohn(at)spamgourmet(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: vacuuming and freed disk space
Date: 2003-04-29 23:37:08
Message-ID: 1051659428.2570.88.camel@bing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

i am looking at our database table maintenance. we are running a "space
watch" task that looks at available disk space and removes old records
when/if a certain threshold is passed.

i've noticed that if i run a "bulk delete" followed by a vacuum the
actual disk space is usually not recovered. if i use "vacuum full"
instead of just plain "vacuum" the space is recovered (i am using df
to look at the partition usage statistics). also, if i run just plain
"vacuum" and wait around for a bit, eventually the space will be
recovered. i haven't nailed down whether this is because of other usage
or something that the server does...

so, the questions:
1) is there a way to recover the disk space without doing a "vacuum
full"? i don't want to do the table lock if i don't have to.
2) *is* the postgresql server periodically recovering that disk space?
if so, how often does it do this, and does it lock the table when it
does?
3) anyone have any other good ideas on how to implement this sort of
"space watch" functionality?

thanks.
john
--
john <pgadmin(dot)12(dot)ptechjohn(at)spamgourmet(dot)com>

Browse pgsql-admin by date

  From Date Subject
Next Message Mike Castle 2003-04-29 23:48:15 Re: vacuuming and freed disk space
Previous Message Chad Oblak 2003-04-29 22:48:52 REMOVE