Re: Large Files?

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Andrew Crouch" <s4011726(at)student(dot)uq(dot)edu(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Large Files?
Date: 2001-10-18 14:01:02
Message-ID: m3elo1oxnl.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrew Crouch" <s4011726(at)student(dot)uq(dot)edu(dot)au> writes:

> Im running a fairly heavy database application, this file grew in size to
>
> -rw------- 1 postgres dbadmin 961904640 Oct 15 16:18 1269
>
> over a period of 2-3 months?
>
>
> Failing everything, I backed up the database, upgraded postgres and reloaded
> the database only to see this file popup again. Can i safely delete this
> file? What is it? Do i need it ?

No, you can't delete it. It's probably a table in your database. Are
you running VACUUM periodically? If not, try doing so and you should
see those files shrink.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-10-18 14:05:55 Re: Need for protocol description
Previous Message Brett W. McCoy 2001-10-18 13:49:52 Re: TEXT field's length limit in PostgreSQL