Re: R-Tree implementation using GiST (compatible with multi-key GiST) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: R-Tree implementation using GiST (compatible with multi-key GiST)
Date
Msg-id 12976.991334208@sss.pgh.pa.us
Whole thread Raw
In response to R-Tree implementation using GiST (compatible with multi-key GiST)  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> Full implementation of R-Tree using GiST is available from
> http://www.sai.msu.su/~megera/postgres/gist/

Committed as a contrib module.

At some point we'll probably want to move this into the mainframe,
but I left it as a separate package for now.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: First version of multi-key index support for GiST
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: Imperfect solutions