From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Merge replication with Postgresql on Windows? |
Date: | 2010-09-28 06:51:50 |
Message-ID: | 4CA19086.6080908@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 09/27/10 11:18 PM, novnovice wrote:
> That's a surprising response. But it makes sense, at least as one
> perspective. I have written light duty sync systems but figured that there
> would be some battle tested postgresql solution that was more robust than I
> could cobble together. As in, if I invest 40 hours learning replication
> system X, I'd be further along than if I'd invested the same 40 hours
> writing my own system from scratch. It's not simple stuff. It would still be
> good to eval whatever canned solutions are out there. I have googled this
> topic of course; among the candidates none seemed to be a great match up
> with what I hoped to find.
the general case of asynchronous offline replication fundamentally
breaks one of the tenets of SQL, that COMMIT only returns true if the
data is validly and reliably committed to the "Truth".
multimaster databases create a lot of problems for which there are no
good answers that don't compromise data integrity. delaying the
synchronization by indeterminate intervals via offline updatable
replicas aggravates this enormously
btw, I don't speak for the 'postgresql community', i'm just s database
user who happens to be on this list.
From | Date | Subject | |
---|---|---|---|
Next Message | Arjen Nienhuis | 2010-09-28 07:44:34 | Re: Query to get the "next available" unique suffix for a name |
Previous Message | Pavel Stehule | 2010-09-28 06:46:40 | Re: Implicit CAST is not working in Postgresql 8.4 |