Re: Concurrent connections in psql - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Concurrent connections in psql
Date
Msg-id 460A3DBC.1000708@enterprisedb.com
Whole thread Raw
In response to Re: Concurrent connections in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
>> I would love, love, love to be able to use this syntax within pg_dump as
>> well, so we can create multiple indexes in parallel at restore time.
> 
> I can hardly conceive of greater folly than putting an *experimental*
> psql facility into pg_dump scripts, thereby forcing us to support it
> until the end of time.

We could write a [awk | perl | scripting language of your choice]-script  to transform CREATE INDEX statements in
normalpg_dump output to use 
 
the concurrent psql commands. That way we don't need to modify pg_dump. 
Whether or not to build indexes should be a restore-time, not dump-time 
option anyway. Whether you want it or not it depends on the target, not 
the source.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update
Next
From: "Pavel Stehule"
Date:
Subject: Re: Patch queue concern