Re: 7.4? - Mailing list pgsql-general

From Joe Tomcat
Subject Re: 7.4?
Date
Msg-id 1046088050.2035.13.camel@linux.local
Whole thread Raw
In response to Re: 7.4?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 7.4?
List pgsql-general
On Wed, 2003-02-26 at 07:08, Tom Lane wrote:
> Back when I was working for Great Bridge and got to spend a fair amount
> of time at trade shows talking to potential customers, the thing we
> heard over and over again was that people wanted multiple servers for
> reliability/redundancy.  That goal seems to me to be best served by a
> symmetric multi-master configuration, which is difficult if not
> impossible to do with async replication.

I'm glad to hear that PG is heading in that direction.  Think of it this
way: the entire reason we use databases instead of a mess of text files
is because of the benefits we get in terms of data consistency.  ACID
forms the foundation for a reliable service, whether it's financial
transactions or a chat room.  It is difficult or impossible to maintain
ACID in an async situation, I believe.

Sync is actually much more useful because it lets a business have a
cluster of servers without having to worry about what state things are
in.



pgsql-general by date:

Previous
From: Hadley Willan
Date:
Subject: Is renaming a database easy or dangerous
Next
From: "scott.marlowe"
Date:
Subject: Re: index usage (and foreign keys/triggers)