Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Parallel Seq Scan
Дата
Msg-id CAA4eK1JLU0u6GAoB8R3VSiAZdj+uzX8AOifNi9gE8KpON+RW+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: Parallel Seq Scan  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Thu, Mar 12, 2015 at 3:44 AM, Haribabu Kommi <kommi.haribabu@gmail.com> wrote:
>
> In create_parallelscan_paths() function the funnel path is added once
> the partial seq scan
> path is generated. I feel the funnel path can be added once on top of
> the total possible
> parallel path in the entire query path.
>
> Is this the right patch to add such support also?
>

This seems to be an optimization for parallel paths which can be
done later as well.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: recovery_target_action doesn't work for anything but shutdown
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)