From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: System advices |
Date: | 2003-07-08 04:55:08 |
Message-ID: | 20030708045508.GD11964@libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Jul 07, 2003 at 10:31:59AM +0200, Hakan Uysal wrote:
> My question is are there any experiences or advices for:
> 1.) Is it possible (I think sure)
I'm not sure what you mean by "cluster", but if you mean automatica
failover from one database server to another while hot, the answer
is, "No." You can replicate from one to another, but there is no hot
failover right now.
> 2.) How stable is postgresql running with many "clients" (aprox. 600-900)
Live connections, or through a pool? I think the latter would be
preferable, although you could do the former, I suppose.
> 3.) What hardware do you advice for the servers
Depends on what experience you already have. We use Sun boxes and
Intel with Linux. If I have my preference, I use Intel and BSD.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2003-07-08 05:03:14 | Re: Transaction Blocks |
Previous Message | Andrew Sullivan | 2003-07-08 04:33:15 | Re: Datatypes and performance |