Re: Parallel Inserts in CREATE TABLE AS

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
Cc: 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>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: Re: Parallel Inserts in CREATE TABLE AS
Date: 2020-12-16 06:35:47
Message-ID: CALj2ACWk1Gd6FEd+=kkQJw+=GTVd1zAWRk3UYD3-=oHjF5HAJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 15, 2020 at 5:53 PM Bharath Rupireddy
<bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
> I'm merging them to the original patch set and adding the test cases
> to cover these cases. I will post the updated patch set soon.

Attaching v12 patch set.

0001 - parallel inserts without tuple cost enforcement.
0002 - enforce planner for parallel tuple cost
0003 - test cases

Please review it further.

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

Attachment Content-Type Size
v12-0001-Parallel-Inserts-in-CREATE-TABLE-AS.patch application/octet-stream 35.0 KB
v12-0002-Tuple-Cost-Adjustment-for-Parallel-Inserts-in-CTAS.patch application/octet-stream 17.5 KB
v12-0003-Tests-For-Parallel-Inserts-in-CTAS.patch application/octet-stream 61.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-12-16 07:17:50 Refactoring HMAC in the core code
Previous Message Kyotaro Horiguchi 2020-12-16 05:54:22 Re: Add Information during standby recovery conflicts