Re: Problem with corrupt index

From: Doug McNaught <doug(at)wireboard(dot)com>
To: Diogo Biazus <diogo(at)ikono(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with corrupt index
Date: 2002-09-30 17:49:10
Message-ID: m3elbbqsfd.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Diogo Biazus <diogo(at)ikono(dot)com(dot)br> writes:

> Hi everybody,
> I have a table that requires periodical updates (every 5 seconds) in
> more than one register.
> The table is very small (about 7 registers) and it wont grow.
> Sometimes the access to that table becomes very slow, and VACUUM dont
> fix it, I have to REINDEX the table.
> Anyone can tell me what should be the cause of this problem?

Indexes (currently) aren't affected by VACUUM. You have to REINDEX
periodically, depending on table activity.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2002-09-30 17:49:32 Re: Problem with corrupt index
Previous Message Carfield Yim 2002-09-30 17:46:09 Error after updating postgresql