Re: PostgreSQL Parallel Processing !

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: PostgreSQL Parallel Processing !
Дата
Msg-id CAHyXU0zRRWrV5p1U6zAhz=95m3y4Z_9WdYBGwNuKEFX_t1ySnw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL Parallel Processing !  (Claudio Freire <klaussfreire@gmail.com>)
Ответы Re: PostgreSQL Parallel Processing !  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-performance
On Wed, Jan 25, 2012 at 7:43 AM, Claudio Freire <klaussfreire@gmail.com> wrote:
> I know squat about how to implement this, but I've been considering
> picking the low hanging fruit on that tree and patching up PG to try
> the concept. Many of the items above would require a thread-safe
> execution engine, which may be quite hard to get and have a
> significant performance hit. Some don't, like parallel sort.

This was just discussed on -hackers yesterday -- see thread
'multithreaded query planner'.  In short, judging by the comments of
some of the smartest people working on this project, it sounds like
using threads to attack this is not going to happen, ever.  Note you
can probably still get parallel execution in other ways, using
processes, shared memory, etc, so I'd consider researching in that
direction.

merlin

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Can lots of small writes badly hamper reads from other tables?
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: PostgreSQL Parallel Processing !