Re: Setting up a database for 10000 concurrent users - Mailing list pgsql-general

From Richard Huxton
Subject Re: Setting up a database for 10000 concurrent users
Date
Msg-id 431CAE6F.1050009@archonet.com
Whole thread Raw
In response to Setting up a database for 10000 concurrent users  (Poul Møller Hansen <freebsd@pbnet.dk>)
Responses Re: Setting up a database for 10000 concurrent users
Re: Setting up a database for 10000 concurrent users
List pgsql-general
Poul Møller Hansen wrote:
> I'm trying to setup a database for 10000 concurrent users for a test.
> I have a system with 1GB of RAM where I will use 512MB for PostgreSQL.
> It is running SuSE 9.3

I think you're being horribly optimistic if you actually want 10000
concurrent connections, with users all doing things. Even if you only
allow 1MB for each connection that's 10GB of RAM you'd want. Plus a big
chunk more to actually cache your database files and do work in. Then,
if you had 10,000 concurrent queries you'd probably want a mainframe to
handle all the concurrency, or perhaps a 64-CPU box would suffice...

You probably want to investigate connection pooling, but if you say what
you want to achieve then people will be able to suggest the best approach.

--
   Richard Huxton
   Archonet Ltd


pgsql-general by date:

Previous
From: Daniel Morgan
Date:
Subject: Debug plpgSQL stored procedures
Next
From: Richard Huxton
Date:
Subject: Re: Debug plpgSQL stored procedures