Re: Parallel query execution

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Parallel query execution
Дата
Msg-id 20130116043254.GB369@momjian.us
обсуждение исходный текст
Ответ на Re: Parallel query execution  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Parallel query execution  (Michael Paquier <michael.paquier@gmail.com>)
Re: Parallel query execution  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Parallel query execution  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Wed, Jan 16, 2013 at 01:28:18PM +0900, Michael Paquier wrote:
> 
> 
> On Wed, Jan 16, 2013 at 1:22 PM, Josh Berkus <josh@agliodbs.com> wrote:
> 
>     Claudio, Stephen,
> 
>     It really seems like the areas where we could get the most "bang for the
>     buck" in parallelism would be:
> 
>     1. Parallel sort
>     2. Parallel aggregation (for commutative aggregates)
>     3. Parallel nested loop join (especially for expression joins, like GIS)
> 
> parallel data load? :/

We have that in pg_restore, and I thinnk we are getting parallel dump in
9.3, right?  Unfortunately, I don't see it in the last 9.3 commit-fest. 
Is it still being worked on?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Parallel query execution
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Parallel query execution