Re: 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?
Дата
Msg-id 3bff71aa0810010420w4756e932nbd0f373ee36e6ba7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to force PostgreSQL to use multiple cores within one connection?  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: How to force PostgreSQL to use multiple cores within one connection?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hello.

> 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.

Thanks for your answer.

I know that I can use a connection pooler to involve early created
connections. Can poolers balance queries coming from my connection
among a few physical connections to DB?

--
Sergey.

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: How to force PostgreSQL to use multiple cores within one connection?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: How to force PostgreSQL to use multiple cores within one connection?