Re: build multiple indexes in single table pass? - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: build multiple indexes in single table pass?
Date
Msg-id 2e78013d0804010547q282e09ai43d729d62d06feca@mail.gmail.com
Whole thread Raw
In response to build multiple indexes in single table pass?  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: build multiple indexes in single table pass?
Next
From: Aidan Van Dyk
Date:
Subject: Re: build multiple indexes in single table pass?