Search Postgresql Archives

CREATE TABLE with parallel workers, 10.0?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

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 used to 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?

Thanks,
Joshua Chamberlain

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux