Re: build multiple indexes in single table pass?

Поиск
Список
Период
Сортировка
От Toru SHIMOGAKI
Тема Re: build multiple indexes in single table pass?
Дата
Msg-id 47F235D7.4030701@oss.ntt.co.jp
обсуждение исходный текст
Ответ на build multiple indexes in single table pass?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: build multiple indexes in single table pass?  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Andrew Dunstan wrote:

> I don't know if this has come up before exactly, but is it possible that 
> we could get a performance gain from building multiple indexes from a 
> single sequential pass over the base table?

It is already implemented in pg_bulkload 
(http://pgbulkload.projects.postgresql.org/). Index tuples of multiple indexes 
are spooled during the single sequential pass over the base table, and the 
spooled index tuples are built up after all of the base table is scanned.

A proposal was submitted by Itagaki-san to integrate this feature into core.
see http://archives.postgresql.org/pgsql-hackers/2008-02/msg00811.php .

-- 
Toru SHIMOGAKI<shimogaki.toru@oss.ntt.co.jp>
NTT Open Source Software Center



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

Предыдущее
От: Mike Aubury
Дата:
Сообщение: Scroll cursor oddity...
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: build multiple indexes in single table pass?