Re: How to force PostgreSQL to use multiple cores within one connection?

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: How to force PostgreSQL to use multiple cores within one connection?
Дата
Msg-id 48E35561.8080508@iol.ie
обсуждение исходный текст
Ответ на How to force PostgreSQL to use multiple cores within one connection?  ("Sergey A." <n39052@gmail.com>)
Ответы Re: How to force PostgreSQL to use multiple cores within one connection?
Список pgsql-general
On 01/10/2008 11:44, Sergey A. wrote:

> Using several connections in my application is somewhat tricky, so I
> want to move this problem to PostgreSQL's side. Is there any method
> for PostgreSQL to process huge inserts coming from one connection on
> different cores?

I don't think so. Postgres spawns a single process for each connection,
so each connection is going to be confined to a single core.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

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

Предыдущее
От: "Sergey A."
Дата:
Сообщение: How to force PostgreSQL to use multiple cores within one connection?
Следующее
От: "Sergey A."
Дата:
Сообщение: Re: How to force PostgreSQL to use multiple cores within one connection?