Re: How to get RTREE performance from GIST index?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Clive Page <clive(dot)page(at)cantab(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to get RTREE performance from GIST index?
Date: 2009-11-22 05:40:29
Message-ID: 26963.1258868429@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Clive Page <clive(dot)page(at)cantab(dot)net> writes:
> Is there a way of forcing the use of Rtree indexing in v8.4,

No, because the rtree code is gone entirely. We took it out on the
basis of tests showing that the gist implementation performed as well
or better. I'm not sure why it's not working for you, but if you
can provide a more complete test case, we could look into it.

One thing to check into right away is whether the system is even
trying to use the index --- what does EXPLAIN show about it?
Do you by any chance have EXPLAIN output for the same query on the
old system? What was the old PG version, anyway?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Coventry 2009-11-22 07:49:56 Re: Books, the lulu.com scam
Previous Message Rikard Bosnjakovic 2009-11-22 05:22:24 Re: Books, the lulu.com scam