Re: [HACKERS] utility commands benefiting from parallel plan - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: [HACKERS] utility commands benefiting from parallel plan
Date
Msg-id CAJrrPGckuUtZfK1AN-SJQia1Oj0VCKnTKsx9bGhmceNoMwYORg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] utility commands benefiting from parallel plan  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: [HACKERS] utility commands benefiting from parallel plan
List pgsql-hackers

Hi All,

Attached a rebased patch that supports parallelism for the queries
that are underneath of some utility commands such as CREATE TABLE AS
and CREATE MATERIALIZED VIEW.

Note: This patch doesn't make the utility statement (insert operation)
to run in parallel. It only allows the select query to be parallel if the query
is eligible for parallel.
 
Regards,
Hari Babu
Fujitsu Australia
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: [HACKERS] JIT compiling expressions/deform + inlining prototype v2.0
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [bug fix] Savepoint-related statements terminates connection