Re: hardware performance and some more - Mailing list pgsql-performance

From Josh Berkus
Subject Re: hardware performance and some more
Date
Msg-id 200307250913.10103.josh@agliodbs.com
Whole thread Raw
In response to Re: hardware performance and some more  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: hardware performance and some more  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-performance
Folks,

> Since PG doesn't have active-active clustering, that's out, but since
> the database will be very static, why not have, say 8 machines, each
> with it's own copy of the database?  (Since there are so few updates,
> you feed the updates to a litle Perl app that then makes the changes
> on each machine.)  (A round-robin load balancer would do the trick
> in utilizing them all.)

Another approach I've seen work is to have several servers connect to one SAN
or NAS where the data lives.  Only one server is enabled to handle "write"
requests; all the rest are read-only.  This does mean having dispacting
middleware that parcels out requests among the servers, but works very well
for the java-based company that's using it.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: hardware performance and some more
Next
From: Franco Bruno Borghesi
Date:
Subject: index questions