Re: Support Parallel Query Execution in Executor

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Support Parallel Query Execution in Executor
Дата
Msg-id
20531.1144478989@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: Support Parallel Query Execution in Executor "Qingqing Zhou" <zhouqq@cs.toronto.edu>
Re: Support Parallel Query Execution in Executor Markus Schiltknecht <markus@bluegap.ch>
Re: Support Parallel Query Execution in Executor Alvaro Herrera <alvherre@commandprompt.com>
Re: Support Parallel Query Execution in Executor Markus Schiltknecht <markus@bluegap.ch>
Re: Support Parallel Query Execution in Executor "Jim C. Nasby" <jnasby@pervasive.com>
Re: Support Parallel Query Execution in Executor Greg Stark <gsstark@mit.edu>
Re: Support Parallel Query Execution in Executor Alvaro Herrera <alvherre@commandprompt.com>
Re: Support Parallel Query Execution in Executor Greg Stark <gsstark@mit.edu>
Re: Support Parallel Query Execution in Executor Alvaro Herrera <alvherre@commandprompt.com>
Re: Support Parallel Query Execution in Executor "Jim C. Nasby" <jnasby@pervasive.com>
Josh Berkus  writes:
> Basically reading a large table off disk does this:

> read some table while not processing
> process in cpu while not reading
> read some more table while not processing
> process some more in cpu while not reading
> etc.
> resulting in an I/O througput graph that looks like:

>     *       *       *
>    * *    * *    * *
>   *    * *    * *    *
>  *       *       *      *

Interesting ...

> The really annoying part about this, for me personally, is that the peaks 
> are significantly faster than comparable commercial DBMSes ... but our 
> average is far less.   So even on a single seq scan, parallel query 
> execution would make a significant difference in performance, possibly as 
> much as +75% on seq scans of large tables.

... but I'm failing to follow where it says that parallel processing 
will fix that.  All I can foresee in that direction is extra data
transfer costs, bought at the price of portability and locking headaches.
		regards, tom lane

В списке pgsql-hackers по дате отправления
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: Tru64/Alpha problems
От: Juan Manuel Diaz Lara
Дата:
FAQ