Re: [PATCHES] Index creation takes for ever

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Index creation takes for ever
Дата
Msg-id 24174.1070303530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] Index creation takes for ever  (Manfred Koizar <mkoi-pg@aon.at>)
Ответы Re: [PATCHES] Index creation takes for ever  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
> comparetup_index() compares two IndexTuples.  The structure
> IndexTupleData consists basically of not much more than an ItemPointer,
> and the patch is not much more than adding a comparison of two
> ItemPointers.  So how does the patch introduce a new low level
> implementation dependency?

Because it sorts on tuple position, which is certainly about as low
level as you can get.  More to the point, though, no evidence has been
provided that this is a good idea.

            regards, tom lane

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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: [PATCHES] Index creation takes for ever
Следующее
От: Bruce Momjian
Дата:
Сообщение: Heading to Japan