Re: sql indexing suggestions needed - Mailing list pgsql-general

From Jonathan Vanasco
Subject Re: sql indexing suggestions needed
Date
Msg-id 6FC456F4-28BC-4715-91FA-20D5F1E45785@2xlp.com
Whole thread Raw
In response to sql indexing suggestions needed  (Jonathan Vanasco <postgres@2xlp.com>)
Responses Re: sql indexing suggestions needed
List pgsql-general
On Mar 20, 2007, at 2:54 PM, Jonathan Vanasco wrote:

> No matter how I index + analyze this table, including making an
> index of every related column on the search, pg keeps doing a
> sequential scan and never includes an index -- which takes
> ~2minutes to do.  I really need to cut this down.

a friend just chimed in off-list -- i had missed putting the 'id'
column in the large index of all the used columns , a common
mistake.  works like a charm now.

pgsql-general by date:

Previous
From: Benjamin Arai
Date:
Subject: Re: sql indexing suggestions needed
Next
From: Ron Johnson
Date:
Subject: Re: sql indexing suggestions needed