Re: RAM of Postgres Server

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: RAM of Postgres Server
Дата
Msg-id 568F9164.1080707@hogranch.com
обсуждение исходный текст
Ответ на Re: RAM of Postgres Server  (Sachin Srivastava <ssr.teleatlas@gmail.com>)
Список pgsql-general
On 1/7/2016 10:32 PM, Sachin Srivastava wrote:
> We are looking at more like 500-600 connections simultaneously in 1
> day and I want to say we get 10000 to 12000 connections a day per db.

these applications, are they hammering queries, or mostly idle, and just
issuing intermittent queries?

500 queries at the same time will cause serious resource thrashing with
32 cores.   if they are mostly idle, you should look at the pgbouncer
style connection pooling model, as Ben suggests

--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Function error
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Re: Function error