Re: obsolete indexing method "rtree"

Поиск
Список
Период
Сортировка
От Jürgen Purtz
Тема Re: obsolete indexing method "rtree"
Дата
Msg-id e1a6fe18-b4f1-3d4e-8788-ced8c08e086a@purtz.de
обсуждение исходный текст
Ответ на Re: obsolete indexing method "rtree"  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: obsolete indexing method "rtree"  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs
> Why?

Because it can hinder the learning process. And it's possible that 
people ignore or forget about the warning message, but are confused 
somewhat later that commands like \d shows GiST instead of RTREE.

> It's not hurting anything to continue the substitution in CREATE
> INDEX.
Yes, it's not hurting. But it makes the life of newcomers a little 
harder. Why not stripping away thinks which aren't used since 12 years?
> Possibly the comment in seg.sgml should be adjusted to refer to GiST
> indexes --- but then again, it's not entirely clear whether it's even
> still relevant for GiST indexes.
This comment is not specific to the old rtree implementation. In 
general, the input to R-Trees and the algorithm which creates the 
'rectangles' in non-leaf nodes influences the building of the tree and 
hereinafter the performance of access methods.
> Perhaps it's talking about a deficiency
> that was specific to the old rtree code.

And sometimes even experts have to spend time thinking about the situation.

Nevertheless, this is a tiny issue. Unfortunately I don't have the 
knowledge to modify the C-source and create a patch.

--

Jürgen Purtz




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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Typo in the Section "3.6. Inheritance"
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: obsolete indexing method "rtree"