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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to best archetect Multi-Tenant SaaS application using Postgres
Date: 2016-08-02 22:18:15
Message-ID: d48ac14a-ba9d-24ab-b833-051a7b5aeefa@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Venkata Balaji N 2016-08-03 03:53:28 Re: How to best archetect Multi-Tenant SaaS application using Postgres
Previous Message Patrick B 2016-08-02 20:32:29 Re: pg_archivecleanup standalone bash script