Re: [HACKERS] utility commands benefiting from parallel plan

Поиск
Список
Период
Сортировка
От Haribabu Kommi
Тема Re: [HACKERS] utility commands benefiting from parallel plan
Дата
Msg-id CAJrrPGckuUtZfK1AN-SJQia1Oj0VCKnTKsx9bGhmceNoMwYORg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] utility commands benefiting from parallel plan  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: [HACKERS] utility commands benefiting from parallel plan  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
Список pgsql-hackers

Hi All,

Attached a rebased patch that supports parallelism for the queries
that are underneath of some utility commands such as CREATE TABLE AS
and CREATE MATERIALIZED VIEW.

Note: This patch doesn't make the utility statement (insert operation)
to run in parallel. It only allows the select query to be parallel if the query
is eligible for parallel.
 
Regards,
Hari Babu
Fujitsu Australia
Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [HACKERS] JIT compiling expressions/deform + inlining prototype v2.0
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] [bug fix] Savepoint-related statements terminates connection