Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Parallel Seq Scan
Дата
Msg-id CAA4eK1J0kWQf8UVw7oKBv2-tKMHqZPr6JxqSSbe32QGJWbhTJQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Parallel Seq Scan
Список pgsql-hackers
On Wed, Nov 11, 2015 at 11:40 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:

yes - the another little bit unclean in EXPLAIN is number of workers. If I understand to the behave, the query is processed by two processes if workers in the explain is one.


You are right and I think that is current working model of Gather
node which seems okay. I think the more serious thing here
is that there is possibility that Explain Analyze can show the
number of workers as more than actual workers working for Gather
node.  We have already discussed that Explain Analyze should
the actual number of workers used in query execution, patch for
the same is still pending.


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

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: eXtensible Transaction Manager API
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: eXtensible Transaction Manager API