huge pg_toast_<OID>_index files?

From: Dirk Lutzebaeck <lutzeb(at)aeccom(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: huge pg_toast_<OID>_index files?
Date: 2003-09-17 21:32:21
Message-ID: 20030917213221.03A86FF47@devel.aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hello,

pgsql 7.3.2 on Linux 2.4.18:

I observe huge files (200Mb-1GB) in the database base dir which belong
to pg_toast_<OID>_index relations. The <OID> itself is a pointer to a
user table relation which looks quite fine, not too big, say 2000 rows
with moderate data. These user tables are typically written to very
often.

I tried to vacuum full the corresponding user table, reindex this
table or even drop the indexes to no avail. pg_toast_<OID>_index stays
the same big size. How can I reclaim space on this relation and what
is it used for?

Thanks for help,

Dirk

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2003-09-17 21:54:34 Re: How can I make PosgreSQL use an Index ?
Previous Message Tom Lane 2003-09-17 21:20:46 Re: How can I make PosgreSQL use an Index ?