From: | Jeff MacDonald <bignose(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Diskspace |
Date: | 2004-12-20 19:21:51 |
Message-ID: | f17daf040412201121ead9f71@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
well, i did a "delete from email_log" and then a vacuum and the files
are still lingering around...
still huge. the postmaster did die due to a diskspace issue, so i
wonder if it's still just keeping a wierd lock on those files or
something.. idea's ?
On Mon, 20 Dec 2004 11:01:32 -0300, Alvaro Herrera
<alvherre(at)dcc(dot)uchile(dot)cl> wrote:
> On Mon, Dec 20, 2004 at 09:57:35AM -0400, Jeff MacDonald wrote:
>
> > # select relname,relfilenode,relpages from pg_class where relfilenode
> > = 13312279;
> > relname | relfilenode | relpages
> > -----------+-------------+----------
> > email_log | 13312279 | 36821
> >
> > It just so happens that email_log has around 700,000 rows, that would
> > explain the space issues.
> >
> > I do know that email_log is 100% deleteable, so I'll proceed with hosing that.
> >
> > Does all this sound reasonable ?
>
> Certainly.
>
> --
> Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
> "Para tener más hay que desear menos"
>
--
Jeff MacDonald
http://www.halifaxbudolife.ca
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Atkins | 2004-12-20 19:39:52 | Short circuit operations in plpgsql? |
Previous Message | Tom Lane | 2004-12-20 18:37:33 | Re: unix_socket_directory |