[HACKERS] CREATE TABLE with parallel workers, 10.0? - Mailing list pgsql-hackers

From Joshua Chamberlain
Subject [HACKERS] CREATE TABLE with parallel workers, 10.0?
Date
Msg-id CAFBoRzeoDdjbPV4riCE+2ApV+Y8nV4HDepYUGftm5SuKWna3rQ@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] CREATE TABLE with parallel workers, 10.0?  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] CREATE TABLE with parallel workers, 10.0?  (David Fetter <david@fetter.org>)
Re: [HACKERS] CREATE TABLE with parallel workers, 10.0?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hello,

(I'm posting to hackers since I got no response on the general list.)

I use Postgres + PostGIS quite heavily, and recently have been taking full advantage of the new parallelism in 9.6. I'm now running queries in a few hours that would otherwise take more than a day.

However, parallelism is disabled for all queries that perform writes (as documented). I would normally run "CREATE TABLE AS [some super-expensive query]", but since that can't use parallelism I'm using the \o option in psql, creating the table separately, and then \copy-ing in the results. That works, but "CREATE TABLE AS" would be more convenient.

Are there plans in 10.0 to allow parallelism in queries that write, or at least in "CREATE TABLE AS" queries? (Support in materialized views would be great, too!)

Thanks,
Joshua Chamberlain

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] bytea_output vs make installcheck
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] CREATE TABLE with parallel workers, 10.0?