huge pg_toast__index files? - Mailing list pgsql-admin

From Dirk Lutzebaeck
Subject huge pg_toast__index files?
Date
Msg-id 20030917213221.03A86FF47@devel.aeccom.com
Whole thread Raw
Responses Re: huge pg_toast__index files?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: How can I make PosgreSQL use an Index ?
Next
From: Gaetano Mendola
Date:
Subject: Re: How can I make PosgreSQL use an Index ?