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

From Kevin Grittner
Subject Re: How to fast the REINDEX
Date
Msg-id 4BB37DAB02000025000302D1@gw.wicourts.gov
Whole thread Raw
In response to Re: How to fast the REINDEX  (raghavendra t <raagavendra.rao@gmail.com>)
Responses Re: How to fast the REINDEX
List pgsql-performance
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: raghavendra t
Date:
Subject: Re: How to fast the REINDEX
Next
From: raghavendra t
Date:
Subject: Re: How to fast the REINDEX