Re: RTREE Index on primary key generated by a sequence

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: RTREE Index on primary key generated by a sequence
Дата
Msg-id 20020125135418.GA10537@wolff.to
обсуждение исходный текст
Ответ на RTREE Index on primary key generated by a sequence  (Jean-Paul ARGUDO <jean-paul.argudo@IDEALX.com>)
Ответы Re: RTREE Index on primary key generated by a sequence  (Daniel Kalchev <daniel@digsys.bg>)
Список pgsql-hackers
On Fri, Jan 25, 2002 at 09:56:18AM +0100, Jean-Paul ARGUDO <jean-paul.argudo@IDEALX.com> wrote:
> Hi all,
> 
> Since I was at first Oracle DBA, I've been told many times at
> professional trainings that when there is a table wich primary key is
> generated by a sequence, it is worth create a RTREE index on it rather
> than a BTREE (for index balancing reasons).

The documentation gives the specific algorithms used:
The B-tree index is an implementation of Lehman-Yao high-concurrency  B-trees. The R-tree index method implements
standardR-trees using  Guttman's quadratic split algorithm. The hash index is an  implementation of Litwin's linear
hashing.We mention the algorithms  used solely to indicate that all of these access methods are fully  dynamic and do
nothave to be optimized periodically (as is the case  with, for example, static hash access methods).
 


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: new module contrib/tree for 7.2 ?
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Savepoints