Re: How to best archetect Multi-Tenant SaaS application using Postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: How to best archetect Multi-Tenant SaaS application using Postgres
Дата
Msg-id d48ac14a-ba9d-24ab-b833-051a7b5aeefa@hogranch.com
обсуждение исходный текст
Ответ на Re: How to best archetect Multi-Tenant SaaS application using Postgres  (Silk Parrot <silkparrot@gmail.com>)
Список pgsql-general
On 8/1/2016 11:17 PM, Silk Parrot wrote:
> Yup, I also would like to go with 1, suppose a server with 16 core,
> 32GB memory, SSD box, how many connections could it handle roughly,
> e.g. O(100) or O(1000) or O(5000)?


thats  a fairly small server by today's standards, especially the 32GB
ram part.

with 16 cores, more than 16 concurrent CPU bound queries will degrade
each other.    idle connections don't use too much memory and no CPU,
but 1000s sounds like a bad idea.


--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Miguel Ramos
Дата:
Сообщение: Re: pg_restore out of memory
Следующее
От: Venkata Balaji N
Дата:
Сообщение: Re: How to best archetect Multi-Tenant SaaS application using Postgres