Last chance to defend RTREE index access method

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Last chance to defend RTREE index access method
Дата
Msg-id 20465.1131227261@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
We previously discussed the idea of removing the rtree access method
in 8.2, on the grounds that GiST does everything rtree can do, only
better.  Now that GiST has WAL support and can do concurrent access,
it's pretty hard to see why anyone would want to use rtree instead;
and I haven't heard anyone volunteering to bring rtree up to speed.

We already have GiST opclasses in core that correspond to the core
rtree opclasses.  To arrange transparent migration of existing database
schemas, I believe it would be sufficient to put a kluge in DefineIndex
to substitute "gist" for "rtree" if it's asked to create an rtree index.

Any objections out there?
        regards, tom lane


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

Предыдущее
От: Harald Fuchs
Дата:
Сообщение: Re: Reducing the overhead of NUMERIC data
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing the overhead of NUMERIC data