Re: Postgres Optimization: IO and Data Organization

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: Postgres Optimization: IO and Data Organization
Дата
Msg-id 4099F8B4.5030004@bigfoot.com
обсуждение исходный текст
Ответ на Re: Postgres Optimization: IO and Data Organization  (Doug McNaught <doug@mcnaught.org>)
Список pgsql-hackers
Doug McNaught wrote:

> james@unifiedmind.com (James Thornton) writes:

>>Is Postgres always one process per client, or can it spawn additional
>>processes to parallelise some operations such as a nested loops join
>>operation?
> 
> 
> One process per client connection.  Right now there is no spawning of
> additional "worker" processes.

I don't tink you'll see in the near future pre forked process, there was
a discussion about this and the result was a "no way" to do it,
basically because a process during is own boostrap process need to know
the DB name and also because the fork is not so expensive after all.

Please, don't consider optimization that other DBMS are performing will
be good also for postgres, I think Oracle made pre forking of a pool of
process and this because a Oracle process when is forked do more work
then a postmaster.


Regards
Gaetano Mendola


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

Предыдущее
От: Vinay Jain
Дата:
Сообщение: Re: Is there any method to keep table in memory at startup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SPI_fnumber is case sensitive