Re: pgsql: Buffering GiST index build algorithm.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Buffering GiST index build algorithm.
Дата
Msg-id 4E68DD10.9020309@enterprisedb.com
обсуждение исходный текст
Ответ на Re: pgsql: Buffering GiST index build algorithm.  (Thom Brown <thom@linux.com>)
Список pgsql-committers
On 08.09.2011 18:04, Thom Brown wrote:
> 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/

Sigh, fixed. I also reworded the sentence a bit. Thanks once again, Thom.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typo and reword the sentence.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing format argument to ecpg_log() call