Re: Reality check

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Reality check
Date: 2010-05-28 07:56:47
Message-ID: 20100528075647.GB29632@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In response to John Gage :
> In other words, there are 4,500 unique users accessing the website,
> each uniquely identified via http authentication, but only ONE
> postgres user who they all share to access the database, which implies
> that a single, unique postgres user will be opening and closing
> connections to the database perhaps a thousand times a minute.
>
> Does this work?
>
> If it doesn't, are there any suggestions?

I think you should consider a connection pooler like pgbouncer.

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message John Gage 2010-05-28 08:08:47 Re: Reality check
Previous Message John Gage 2010-05-28 07:23:44 Reality check