Re: Slow index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matthew Wakeling <matthew(at)flymine(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow index
Date: 2008-09-25 13:11:58
Message-ID: 5564.1222348318@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Matthew Wakeling <matthew(at)flymine(dot)org> writes:
> Hi all. I'm having an interesting time performance-wise with a set of indexes.
> Any clues as to what is going on or tips to fix it would be appreciated.

Are the indexed columns all the same datatype? (And which type is it?)

It might be helpful to REINDEX the "slow" index. It's possible that
what you're seeing is the result of a chance imbalance in the btree,
which reindexing would fix.

regards, tom lane

In response to

  • Slow index at 2008-09-25 12:07:09 from Matthew Wakeling

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Matthew Wakeling 2008-09-25 13:31:58 Re: Slow index
Previous Message Matthew Wakeling 2008-09-25 12:07:09 Slow index