Re: rtree_gist work

From: "Janko Richter" <jankorichter(at)yahoo(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: rtree_gist work
Date: 2005-07-02 14:09:58
Message-ID: 42C6A036.20107@yahoo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Janko Richter <jankorichter(at)yahoo(dot)de> writes:
>
>>Is currently anybody working on extending rtree_gist? I have seen, it is moved
>>to core now. I had a look at it and because I have some experience with PGSQL's Gist API,
>>I would do the job.
>
>
> What changes have you got in mind exactly?
>

At first, I would implement all RTREE supported operators in GIST.
Then, the GIST implementation may be a full replacement/alternative for RTREE.

Futhermore, I would implement all relationship operators, which are unsupported
in RTREE using GIST. As a consequence, the TODO item:

- Add rtree index support for line, lseg, path, point

can be marked as "done".

Regards,
Janko Richter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-07-02 14:19:49 Re: rtree_gist work
Previous Message Tom Lane 2005-07-02 13:40:58 Re: rtree_gist work