Re: Batch insert in CTAS/MatView code - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Batch insert in CTAS/MatView code
Date
Msg-id 20190307023300.GG17293@paquier.xyz
Whole thread Raw
In response to Batch insert in CTAS/MatView code  (Paul Guo <pguo@pivotal.io>)
List pgsql-hackers
Hi,

On Wed, Mar 06, 2019 at 10:06:27PM +0800, Paul Guo wrote:
> The copy code has used batch insert with function heap_multi_insert() to
> speed up. It seems that Create Table As or Materialized View could leverage
> that code also to boost the performance also. Attached is a patch to
> implement that. That was done by Taylor (cc-ed) and me.

Please note that we are currently in the last commit fest of Postgres
12, and it is too late to propose new features.  Please feel free to
add an entry to the commit fest happening afterwards.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: tableam: introduce table AM infrastructure.
Next
From: Andres Freund
Date:
Subject: Re: pg_dump is broken for partition tablespaces