Re: [HACKERS] Replication documentation addition - Mailing list pgsql-docs

From Jeff Frost
Subject Re: [HACKERS] Replication documentation addition
Date
Msg-id Pine.LNX.4.64.0611141613010.23695@discord.home.frostconsultingllc.com
Whole thread Raw
In response to Re: [HACKERS] Replication documentation addition  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] Replication documentation addition
List pgsql-docs
On Tue, 14 Nov 2006, Bruce Momjian wrote:

>> "In clustering, each server can accept write requests, and these write
>> requests are broadcast from the original server to all other servers before
>> each transaction commits."
>>
>> Unfortunately, I can't seem to come up with anything more clever.
>
> Basically, when you are broadcasting outside the server, you are
> broadcasting SQL queries, and those queries do not have information
> about non-deterministic functions and have issues with universal commits
> on all node.

Ahh..I like this explanation, because the inter-server communication in
clustering is not necessarily SQL queries.


--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 650-780-7908    FAX: 650-649-1954

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Replication documentation addition
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Replication documentation addition