Re: Batch insert in CTAS/MatView code

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Batch insert in CTAS/MatView code
Дата
Msg-id 20190307023300.GG17293@paquier.xyz
обсуждение исходный текст
Ответ на Batch insert in CTAS/MatView code  (Paul Guo <pguo@pivotal.io>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: tableam: introduce table AM infrastructure.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pg_dump is broken for partition tablespaces