Re: INDEX Performance Issue - Mailing list pgsql-performance

From Greg Williamson
Subject Re: INDEX Performance Issue
Date
Msg-id 1365330080.67650.YahooMailNeo@web125903.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: INDEX Performance Issue  (Mark Davidson <mark@4each.co.uk>)
Responses Re: INDEX Performance Issue  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-performance
> Thanks for your response. I tried doing what you suggested so that table now has a primary key of ' CONSTRAINT
data_area_pkeyPRIMARY KEY(area_id , data_id ); ' and I've added the INDEX > of 'CREATE INDEX data_area_data_id_index ON
data_areaUSING btree (data_id );' unfortunately it hasn't resulted in an improvement of the query performance. Here is
theexplain  

> ...

Did you run analyze on the table after creating the index ?

GW



pgsql-performance by date:

Previous
From: Mark Davidson
Date:
Subject: Re: INDEX Performance Issue
Next
From: Franck Routier
Date:
Subject: Re: What happens between end of explain analyze and end of query execution ?