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

From Andrew Dunstan
Subject build multiple indexes in single table pass?
Date
Msg-id 47F228DA.7090907@dunslane.net
Whole thread Raw
Responses Re: build multiple indexes in single table pass?  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Re: build multiple indexes in single table pass?  (Aidan Van Dyk <aidan@highrise.ca>)
Re: build multiple indexes in single table pass?  (Toru SHIMOGAKI <shimogaki.toru@oss.ntt.co.jp>)
Re: build multiple indexes in single table pass?  (Bruce Momjian <bruce@momjian.us>)
Re: build multiple indexes in single table pass?  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
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? If so, that would probably 
give us  a potential performance improvement in pg_restore quite apart 
from the projected improvement to be got from running several steps in 
parallel processes. The grammar might look a bit ugly, but I'm sure we 
could finesse that.

cheers

andrew




pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: actualized SQL/PSM patch
Next
From: "Pavan Deolasee"
Date:
Subject: Re: build multiple indexes in single table pass?