Re: Call for 7.5 feature completion

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Call for 7.5 feature completion
Дата
Msg-id 1125019618.36010.379.camel@home
обсуждение исходный текст
Ответ на Re: Call for 7.5 feature completion  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Call for 7.5 feature completion  (Mike Mascari <mascarm@mascari.com>)
Список pgsql-hackers
On Thu, 2005-08-25 at 21:27 -0400, Andrew Dunstan wrote:
> 
> Rod Taylor wrote:
> 
> >      * Multi-CPU sorts. Take a large single sort like an index creation
> >        and split the work among multiple CPUs.

> This really implies threading, doesn't it? And presumably it would have 
> many possible uses besides this one for doing parallel work, e.g. maybe 
> the planner could evaluate several alternative plans in parallel.

I don't think threading is needed.

I pictured PostgreSQL spawning one process per CPU explicitly for
sorting which standard backends could use as required to do batch work.

Not necessarily easy to do but it would sure be handy.

-- 



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Call for 7.5 feature completion
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Call for 7.5 feature completion