Re: RTREE on points

Поиск
Список
Период
Сортировка
От Jeff Hoffmann
Тема Re: RTREE on points
Дата
Msg-id 3ADCAB5C.38E58603@propertykey.com
обсуждение исходный текст
Ответ на Re: RTREE on points  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: RTREE on points  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-sql
Oleg Bartunov wrote:
> 
> GiST is great !
> 
> You may look at http://www.sai.msu.su/~megera/postgres/gist/
> for GiST implementation of RTree - it could be not compiled with 7.1
> release due to some api changes, but it's not difficult to do.

it looks like i just wasted a good couple of hours trying to convert the
gist_box_ops.  it did help find the pointer problem i was having because
i'm still not up to speed on the new function calling conventions,
though...

> If somebody want it I could contribute it to contrib area. 

i'm definitely interested.  i'm going to play with it & if oleg's claim
holds about index insertion time holds, i can definitely see myself
moving to it over the built in rtree.  anything that can cut down the
hours of index creation time would be great.  also, it seems that it'd
be a good choice for inclusion in the standard distribution because it'd
be easy to test -- you already have to run rtree tests anyway, you can
just duplicate them with gist & gist_box_ops.

-- 

Jeff Hoffmann
PropertyKey.com


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: is this proper sql?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: is this proper sql?