Re: contrib/rtree_gist into core system?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib/rtree_gist into core system?
Дата
Msg-id 27955.1119851460@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: contrib/rtree_gist into core system?  ("John Hansen" <john@geeknet.com.au>)
Ответы Re: contrib/rtree_gist into core system?  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
"John Hansen" <john@geeknet.com.au> writes:
> Tom Lane Wrote:
>> ... but rtree has always 
>> been marginal, and it's very hard to see where it can win over gist.

> Simplicity!
> Implementing rtree operators and support functions is FAR simpler than
> implementing the GiST equivalents.

Mmm ... not really.  It does seem that we could offer some sort of
generic set of gist support routines that understand rtree-like
semantics (all the picksplit routines seem suspiciously similar,
for instance).  But seeing that every known instance of rtree support
has been broken since day one, partly for lack of any documentation
about what was needed, it's a bit hard to claim that implementing rtree
is transparently trivial.

> So I'd not recommend getting rid of rtree just yet. At least not until
> someone has written an extensive howto on the subject of GiST
> implementation.

There's no HOWTO for rtree either.  Again, my point is not that one
couldn't be written; it's that we would probably be better off spending
the effort on a HOWTO for gist.
        regards, tom lane


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

Предыдущее
От: "John Hansen"
Дата:
Сообщение: Re: contrib/rtree_gist into core system?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: contrib/rtree_gist into core system?