Re: ExecGather() + nworkers

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: ExecGather() + nworkers
Дата
Msg-id CAM3SWZTykrOv0mo=cYKy=PGStbUc2VyiisatC6z-W3Ggda0DiQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ExecGather() + nworkers  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Sun, Jan 10, 2016 at 1:44 PM, Peter Geoghegan <pg@heroku.com> wrote:
> With parallel sequential scan, a max_parallel_degree of 8 could result
> in 16 processes scanning in parallel.

I meant a max_worker_processes setting, which of course is different.
Nevertheless, I find it surprising that max_parallel_degree = 1 does
not prevent parallel operations, and that max_parallel_degree is
defined in terms of the availability of worker processes (in the
strict sense of worker processes that are launched by
LaunchParallelWorkers(), and not a broader and more practical
definition).

-- 
Peter Geoghegan



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: ExecGather() + nworkers
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: PATCH: add pg_current_xlog_flush_location function