Re: pgsql: Buffering GiST index build algorithm.

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: pgsql: Buffering GiST index build algorithm.
Дата
Msg-id CAA-aLv4s9hKYqHz0XLxUQSojKac=jDJjexCCTiF5oL6fwKmHCQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Buffering GiST index build algorithm.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Ответы Re: pgsql: Buffering GiST index build algorithm.  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-committers
On 8 September 2011 15:56, Heikki Linnakangas <heikki.linnakangas@iki.fi> wrote:
> Buffering GiST index build algorithm.
>
> When building a GiST index that doesn't fit in cache, buffers are attached
> to some internal nodes in the index. This speeds up the build by avoiding
> random I/O that would otherwise be needed to traverse all the way down the
> tree to the find right leaf page for tuple.

Sorry Heikki...

s/additionaly/additionally/

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Buffering GiST index build algorithm.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typo and reword the sentence.