Re: How to fast the REINDEX

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: raghavendra t <raagavendra(dot)rao(at)gmail(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-performance(at)postgresql(dot)org
Subject: Re: How to fast the REINDEX
Date: 2010-03-31 22:25:01
Message-ID: j2w3073cc9b1003311525if0fccf56y3a485b26eccc82f7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Mar 31, 2010 at 5:33 PM, raghavendra t
<raagavendra(dot)rao(at)gmail(dot)com> wrote:
>
>>>Why are you doing that?
> Our table face lot of updates and deletes in a day, so we prefer reindex to
> update the indexes as well overcome with a corrupted index.
>

do you have a corrupted index? if not, there is nothing to do...
REINDEX is not a mantenance task on postgres

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message raghavendra t 2010-03-31 22:57:13 Re: How to fast the REINDEX
Previous Message Kevin Grittner 2010-03-31 22:10:52 Re: How to fast the REINDEX