Re: Need to increase performance of a query - Mailing list pgsql-performance

From Joe Conway
Subject Re: Need to increase performance of a query
Date
Msg-id 4C11477A.5020909@joeconway.com
Whole thread Raw
In response to Re: Need to increase performance of a query  (Joe Conway <mail@joeconway.com>)
Responses Re: Need to increase performance of a query
List pgsql-performance
On 06/10/2010 01:10 PM, Joe Conway wrote:
> try:
>
> create index item_rank_null_idx on item_rank(pf_id)
> where rank IS NOT NULL AND pf_id IS NULL;

oops -- that probably should be:

create index item_rank_null_idx on item_rank(project_id)
where rank IS NOT NULL AND pf_id IS NULL;

Joe


Attachment

pgsql-performance by date:

Previous
From: Joe Conway
Date:
Subject: Re: Need to increase performance of a query
Next
From: Greg Smith
Date:
Subject: Re: Large (almost 50%!) performance drop after upgrading to 8.4.4?