Re: Parallel query execution

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Parallel query execution
Дата
Msg-id 50F62B12.2010608@agliodbs.com
обсуждение исходный текст
Ответ на Re: Parallel query execution  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Parallel query execution  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
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)


-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

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