Re: How to get RTREE performance from GIST index? - Mailing list pgsql-general

From Clive Page
Subject Re: How to get RTREE performance from GIST index?
Date
Msg-id 4B092C37.1090908@star.le.ac.uk
Whole thread Raw
In response to Re: How to get RTREE performance from GIST index?  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Responses Re: How to get RTREE performance from GIST index?  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
On 22/11/2009 12:09, Alban Hertroys wrote:
> If you expect indexes to work efficiently on temporary tables you should analyse them after filling them to update
theplanner's statistics on their contents. If you don't you get the default query plan that's often not efficient. 

Alban

Thanks - I didn't know that.  I'll try removing the TEMPORARY tag.

Is it documented somewhere that I should have seen?

Regards

--
Clive Page

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: How to get RTREE performance from GIST index?
Next
From: Clive Page
Date:
Subject: Re: How to get RTREE performance from GIST index?