Re: build multiple indexes in single table pass?

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: build multiple indexes in single table pass?
Дата
Msg-id 2e78013d0804010547q282e09ai43d729d62d06feca@mail.gmail.com
обсуждение исходный текст
Ответ на build multiple indexes in single table pass?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Tue, Apr 1, 2008 at 5:51 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>   From the "idle thoughts in the middle of the night" department:
>
>  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?

http://archives.postgresql.org/pgsql-performance/2008-02/msg00236.php

IMHO it should be possible to extend the grammar  to add
multiple indexes in one go. But the current index build itself looks
very tightly integrated with the heap scan. So it might be tricky to
separate out the scan and the index building activity.

Thanks,
Pavan


-- 
Pavan Deolasee
EnterpriseDB http://www.enterprisedb.com


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: build multiple indexes in single table pass?
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: build multiple indexes in single table pass?