Re: Dream Server?

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Dream Server?
Date: 2002-02-07 19:49:38
Message-ID: 013801c1b010$947b5300$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> That's something that I've dreamed about for some time. My rack of
> load-balanced web servers scales efficiently, easily, and cheaply. I
> need double the capacity? I buy more machines, and plug them in. If
> there were a way of replicating PG data from one master to many slaves in
> near-real-time, I could have a rack full of load-balanced database servers
> right next to it - cheap, easy, and effective.
>
> Even though I've kept my mouth shut, I've wondered why more effort isn't
> devoted to that.

I'll second this. Replication is my/our number one (actually, aside from
schemas, the only) needed new feature for PostgreSQL. If we could do updates
to a master server and push all those changes to a bunch of slaves, my job
would be incredibly easier. As it stands, we've had to restructure our data
model so that we can spread information across a number of different
machines.

> Don't get the impression that I'm bad-mouthing the developpers - I'm
> sure that they're taking care of priorities as best they can.

Here here. PostgreSQL seems to have come a long way, even in the relatively
short time I've been using it. I can't heap enough praise on those who give
their time to improving it. But as a user, it's important to let the
developers know what we want and/or need.

Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-07 20:05:49 Re: Build problems with 7.2
Previous Message Mike Barrett 2002-02-07 18:00:21 Re: Inserting Default Values - Thanks!