Re: Parallel query execution

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Parallel query execution
Дата
Msg-id CAEYLb_V20Ae8+tn7umQJVXYu0YqD-t4i-wGE_o2raTodfOW9BA@mail.gmail.com
обсуждение исходный текст
Ответ на Parallel query execution  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Parallel query execution  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 15 January 2013 22:14, Bruce Momjian <bruce@momjian.us> wrote:
> I believe it is time to start adding parallel execution to the backend.
> We already have some parallelism in the backend:
> effective_io_concurrency and helper processes.  I think it is time we
> start to consider additional options.

A few months back, I remarked [1] that speeding up sorting using
pipelining and asynchronous I/O was probably parallelism low-hanging
fruit. That hasn't changed, though I personally still don't have the
bandwidth to look into it in a serious way.

[1] http://www.postgresql.org/message-id/CAEYLb_VeZpKDX54VEx3X30oy_UOTh89XoejJW6aucjjiUjskXw@mail.gmail.com

-- 
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Parallel query execution
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Parallel query execution