Indexes growing continuously

From: Daniele Orlandi <daniele(at)orlandi(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Indexes growing continuously
Date: 2000-04-04 16:54:19
Message-ID: 38EA1E3B.278570CB@orlandi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

I'm running PostgreSQL 6.5.3 on Linux-2.2.12 on a 2-way SMP machine.
I noticed that even after VACUUMing there are some indexes that still
remain very big.

For example, here's what I found for pg_attribute:

-rw------- 1 postgres postgres 122880 Apr 4 15:24 pg_attribute
-rw------- 1 postgres postgres 17055744 Apr 4 15:24
pg_attribute_attrelid_index
-rw------- 1 postgres postgres 50176000 Apr 4 15:24
pg_attribute_relid_attnam_index
-rw------- 1 postgres postgres 20758528 Apr 4 15:24
pg_attribute_relid_attnum_index

I know I can fix this by recreating the indexes, but I don't know how to
do it for a system table and if it's safe.

Any hints ?

TIA.

Regards.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-04-04 19:12:53 postgres crash on CURSORS
Previous Message Oleg Bartunov 2000-04-04 15:11:31 ERROR: No one parent tuple was found