Re: Problem with corrupt index - Mailing list pgsql-general

From Doug McNaught
Subject Re: Problem with corrupt index
Date
Msg-id m3elbbqsfd.fsf@varsoon.wireboard.com
Whole thread Raw
In response to Problem with corrupt index  (Diogo Biazus <diogo@ikono.com.br>)
List pgsql-general
Diogo Biazus <diogo@ikono.com.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

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: cursors
Next
From: Alvaro Herrera
Date:
Subject: Re: Problem with corrupt index