Re: Parallel INSERT (INTO ... SELECT ...)

From: Greg Nancarrow <gregn4422(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel INSERT (INTO ... SELECT ...)
Date: 2020-12-07 09:04:59
Message-ID: CAJcOf-fM=DHdSqs-SpXjSnJcF5h9vF+XL6MJ1NUwpex0gN7=_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 20, 2020 at 7:44 PM Greg Nancarrow <gregn4422(at)gmail(dot)com> wrote:
>
> Posting an updated set of patches, with some additional testing and
> documentation updates, and including the latest version of the
> Parallel Insert patch.
> Any feedback appreciated, especially on the two points mentioned in
> the previous post.
>

Posting an updated set of patches, since a minor bug was found in the
1st patch that was causing a postgresql-cfbot build failure.

Regards,
Greg Nancarrow
Fujitsu Australia

Attachment Content-Type Size
v9-0001-Enable-parallel-SELECT-for-INSERT-INTO-.-SELECT.patch application/octet-stream 21.1 KB
v9-0004-Parallel-INSERT-and-or-SELECT-for-INSERT-INTO-tests-and-doc.patch application/octet-stream 19.4 KB
v9-0003-Enable-parallel-INSERT-and-or-SELECT-for-INSERT-INTO.patch application/octet-stream 38.1 KB
v9-0002-Parallel-SELECT-for-INSERT-INTO-.-SELECT-tests-and-doc.patch application/octet-stream 56.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-12-07 09:26:37 Re: Parallel Inserts in CREATE TABLE AS
Previous Message Amit Kapila 2020-12-07 09:00:17 Re: Logical archiving