Re: Parallel Inserts in CREATE TABLE AS

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Luc Vlaming <luc(at)swarm64(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Zhihong Yu <zyu(at)yugabyte(dot)com>
Subject: Re: Parallel Inserts in CREATE TABLE AS
Date: 2020-12-28 12:12:25
Message-ID: CALj2ACX0+jmJGhWMm2eTv+A3C_fWMUhpehmddCLvVwf7cEGpqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 28, 2020 at 10:46 AM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
> Thanks for working on this, I will have a look at the updated patches soon.

Attaching v17 patch set after addressing comments raised in other
threads. Please consider this patch set for further review.

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
v17-0001-Parallel-Inserts-in-CREATE-TABLE-AS.patch application/x-patch 27.7 KB
v17-0002-Tuple-Cost-Adjustment-for-Parallel-Inserts-in-CTAS.patch application/x-patch 14.9 KB
v17-0003-Tests-And-Docs-For-Parallel-Inserts-in-CTAS.patch application/x-patch 29.8 KB
v17-0004-Enable-CTAS-Parallel-Inserts-For-Append.patch application/x-patch 45.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-12-28 12:14:16 Re: Parallel Inserts in CREATE TABLE AS
Previous Message Masahiko Sawada 2020-12-28 12:09:03 Re: [PATCH] Identify LWLocks in tracepoints