Re: WIP: Fast GiST index build

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: WIP: Fast GiST index build
Дата
Msg-id CAPpHfdsMMTHjMW_AFn4-seqspQacbmHTssnZ_JGQ-14bHKTwvg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Fast GiST index build  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: WIP: Fast GiST index build
Список pgsql-hackers
Hi!
 
On Wed, Jul 13, 2011 at 12:33 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
Is it possible to switch to the new buffering method in the middle of an index build? We could use the plain insertion method until the index grows to a certain size (effective_cache_size?), and switch to the buffering method after that.
Yes, it seems to be possible. It also would be great to somehow detect case of ordered data when regular index build performs well.

------
With best regards,
Alexander Korotkov.

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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: Patch Review: Bugfix for XPATH() if text or attribute nodes are selected
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: WIP: Fast GiST index build