Re: How to fast the REINDEX

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "raghavendra t" <raagavendra(dot)rao(at)gmail(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How to fast the REINDEX
Date: 2010-03-31 21:51:55
Message-ID: 4BB37DAB02000025000302D1@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

raghavendra t <raagavendra(dot)rao(at)gmail(dot)com> wrote:

> my question is, how to get a performance on the existing indexes.
> You mean to say , drop the existing indexes and create the index
> with CONCURRENTLY. Does this give the performance back.

You would normally want to create first and then drop the old ones,
unless the old ones are hopelessly corrupted. Since you still
haven't given me any information to suggest you need to reindex
except for the mention of corruption, or any information to help
identify where the performance bottleneck is, I can't see any other
improvements to suggest at this point.

-Kevin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message raghavendra t 2010-03-31 22:00:52 Re: How to fast the REINDEX
Previous Message raghavendra t 2010-03-31 21:47:22 Re: How to fast the REINDEX