Re: number of pgsql connections established.

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Ananthajothi <anandajothi(at)first-ware(dot)com>
Cc: pgsql-general(at)PostgreSQL(dot)org
Subject: Re: number of pgsql connections established.
Date: 2004-07-10 12:08:57
Message-ID: 1089461337.3503.54.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2004-07-08 at 08:53, Ananthajothi wrote:
> Hello Sir,
>
> I like to know in postgresql,
> how many connections are established in the system?.
> how many connections can be made?.
>
> We are using linux.

You can have as many as your machine's hardware will support; there is a
default allowance of 100, but this can be changed to whatever number you
like. However, each extra backend requires a certain amount of extra
memory, so the practical limit is set by your RAM and by the ability of
your processor(s) and I/O to cope with multiple simultaneous queries.

You will need to configure the Linux kernel to allow sufficient shared
memory and other required system resources.

--
Oliver Elphick olly(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
========================================
"Delight thyself also in the LORD; and he shall give
thee the desires of thine heart."
Psalms 37:4

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Phil Endecott 2004-07-10 12:26:22 Search your email using SQL!
Previous Message Tomaž Borštnar 2004-07-10 11:35:12 Re: Client lib compatibility v. 7.2, 7.3 and 7.4