Re: Large files in main/base - Mailing list pgsql-admin

From Tom Lane
Subject Re: Large files in main/base
Date
Msg-id 15568.1278773686@sss.pgh.pa.us
Whole thread Raw
In response to Re: Large files in main/base  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Large files in main/base  ("Neuber, Dirk" <dirk.neuber@barco.com>)
List pgsql-admin
Guillaume Lelarge <guillaume@lelarge.info> writes:
> Le 10/07/2010 12:43, Neuber, Dirk a �crit :
>>> The exact name of the file might be useful information, too.
>>
>> It is : postgres/8.3/main/base/16385/2613

> This is a system catalog, pg_largeobject, which holds binary objects. If
> you use Large Objects, no wonder this table could be really big.

Also worth noting is that there's no automatic deletion mechanism for
large objects.  It could be that the space is being eaten by LOs that
aren't referenced anymore.  If so, you should think about applying
contrib/lo and/or contrib/vacuumlo to manage your LOs.

            regards, tom lane

pgsql-admin by date:

Previous
From: Greg Smith
Date:
Subject: Re: High Availability: Hot Standby vs. Warm Standby
Next
From: "Neuber, Dirk"
Date:
Subject: Re: Large files in main/base