Re: [HACKERS] [POC] Faster processing at Gather node

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] [POC] Faster processing at Gather node
Дата
Msg-id 20171115185403.xf476nhzpkgoddor@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] [POC] Faster processing at Gather node  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] [POC] Faster processing at Gather node
Список pgsql-hackers
Hi,

On 2017-11-15 13:48:18 -0500, Robert Haas wrote:
> I think that we need a little bit deeper analysis here to draw any
> firm conclusions.

Indeed.


> I suspect that one factor is that many of the queries actually send
> very few rows through the Gather.

Yep. I kinda wonder if the same result would present if the benchmarks
were run with parallel_leader_participation. The theory being what were
seing is just that the leader doesn't accept any tuples, and the large
queue size just helps because workers can run for longer.


Greetings,

Andres Freund


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [POC] Faster processing at Gather node
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Parallel Hash take II