Re: R-Tree implementation using GiST (compatible with multi-key GiST)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: R-Tree implementation using GiST (compatible with multi-key GiST)
Date: 2001-05-31 18:36:48
Message-ID: 12976.991334208@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-05-31 18:38:16 Re: Imperfect solutions
Previous Message Tom Lane 2001-05-31 18:35:24 Re: First version of multi-key index support for GiST