RE: Parallel INSERT SELECT take 2

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Greg Nancarrow <gregn4422(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Tsunakawa, Takayuki/綱川 貴之 <tsunakawa(dot)takay(at)fujitsu(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
Subject: RE: Parallel INSERT SELECT take 2
Date: 2021-07-12 08:00:52
Message-ID: OS0PR01MB57162DB8A3CF58E125A69E1994159@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday, July 6, 2021 11:42 AM houzj(dot)fnst(at)fujitsu(dot)com wrote:
>
> I addressed most of the comments and rebased the patch.
> Besides, I changed the following things:
> * I removed the safety check for index-am function as discussed[1].
> * change version 140000 to 150000
>
> Attach new version patchset for further review.
>
> [1]
> https://www.postgresql.org/message-id/164474.1623652853%40sss.pgh.pa.us

Attach a rebased patchset which fix some compile warnings
and errors due to recent commit 2ed532.

Best regards,
Hou zhijie

Attachment Content-Type Size
v12-0001-CREATE-ALTER-TABLE-PARALLEL-DML.patch application/octet-stream 42.5 KB
v12-0002-parallel-SELECT-for-INSERT.patch application/octet-stream 9.8 KB
v12-0003-get-parallel-safety-functions.patch application/octet-stream 30.9 KB
v12-0004-regression-test-and-doc-updates.patch application/octet-stream 102.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-07-12 08:20:57 Re: Protect against possible memory corruption (src/backend/access/nbtree/nbtxlog.c)
Previous Message David Rowley 2021-07-12 07:23:57 Re: Speed up transaction completion faster after many relations are accessed in a transaction