Re: Maximum number of concurrent users

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Maximum number of concurrent users
Дата
Msg-id 4896EFFB.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Maximum number of concurrent users  (Kesavan <kesavan@emmeskay.com>)
Список pgsql-admin
>>> Kesavan <kesavan@emmeskay.com> wrote:

> In specific, can Postgres handle 1000 concurrent queries?

It can.

> We are using normal Pentium Quad core processor, 3GHZ system with 2GB

> RAM as Database Server.

With four processors, depending on your drive array configuration, you
are likely to get better performance funneling the requests through a
connection pool of about 8 to 16 connections.  (With a lot of
spindles, maybe more.)

-Kevin

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

Предыдущее
От: Kesavan
Дата:
Сообщение: Maximum number of concurrent users
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Maximum number of concurrent users