Re: How to fast the REINDEX - Mailing list pgsql-performance

From raghavendra t
Subject Re: How to fast the REINDEX
Date
Msg-id m2nbc7de5a31003311500sce514e92k796870a663b38438@mail.gmail.com
Whole thread Raw
In response to Re: How to fast the REINDEX  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: How to fast the REINDEX
List pgsql-performance
Thank you for the suggestion.

On Thu, Apr 1, 2010 at 3:21 AM, Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote:
raghavendra t <raagavendra.rao@gmail.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

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: How to fast the REINDEX
Next
From: "Kevin Grittner"
Date:
Subject: Re: How to fast the REINDEX