Re: Maximum of connections in PG

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Durumdara <durumdara(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Maximum of connections in PG
Date: 2017-03-14 14:31:00
Message-ID: 9ff5f544-4689-6aae-b5d7-c1deae4c6cbb@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/14/2017 07:15 AM, Durumdara wrote:
> Dear Members!
>
> In a very strong Linux machine (with many 16-30 GB RAM) what is the
> limit of the PGSQL server (9.4-9.5) "maximum connections"?
>
> 1000?
> 2000?
>
> The clients are native applications (Windows executables) with
> persistent connections, with more than 100 databases (every client have
> only one database connection).
>
> Now we must determine where is the upper limit to know when we must buy
> a new machine to customers clients (which have to migrate in future).
>
> I know my question is too common without precise numbers, but what is I
> need is your experiences in this theme?
> What areas are problematic when we increase the "max_connection" number?

https://wiki.postgresql.org/wiki/Number_Of_Database_Connections

>
> Thanks for any info!
>
> Best wishes
> dd

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Glyn Astill 2017-03-14 14:34:33 Re: Table not cleaning up drom dead tuples
Previous Message Melvin Davidson 2017-03-14 14:29:14 Re: Maximum of connections in PG