Re: Maximum number of concurrent users

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: Mathias Stjernström <mathias(at)globalinn(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Maximum number of concurrent users
Date: 2008-08-04 22:30:40
Message-ID: dcc563d10808041530y66cd3035xabfa576a02860c09@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Aug 4, 2008 at 11:51 AM, Mathias Stjernström
<mathias(at)globalinn(dot)com> wrote:
> Hi!
>
> I have no experience running postgreSQL under windows but when reading the
> Windows FAQ (http://www.postgresql.org/docs/faqs.FAQ_windows.html#4.4)
> Its seem like you can get in trouble with some of the libraries that
> postgres uses.
>
> Regarding performance it's hard to tell because of all the different factors
> like raid type/disk count/type of queries/indexes etc. etc.
>
> But it sounds like the machine is to weak to handle 1000 concurrent queries.

Oh my, I missed the windows part. If you need to handle 1000
concurrent queries, I can't think of any db I'd want to use on windows
to do that. Even Oracle would advise you to run on some flavor of
unix. Maybe MSSQL server can handle it.

OTOH, 20 to 100 spindles on an 8 to 16 CPU machine might be able to
keep up if the queries are small enough and you use query pooling.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message lena 2008-08-05 09:32:00 Restore error
Previous Message Mathias Stjernström 2008-08-04 17:51:44 Re: Maximum number of concurrent users