Bruce Momjian <br...@momjian.us> writes:
> Well, TODO has:

>       Allow multiple indexes to be created concurrently, ideally via a
>       single heap scan, and have pg_restore use it

>           Isn't this already largely done by parallel pg_restore work? 

> so we have to decide if we still want that item.  I think what we don't
> have is a way to create multiple indexes simultaneously via SQL.

And if we did build that, people would be bleating because it could only
make use of one CPU.  I think multiple backends using the existing
syncscan infrastructure meets this need pretty well already.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to