Re: Replication - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Replication
Date
Msg-id 200509132100.29894.peter_e@gmx.net
Whole thread Raw
In response to Re: Replication  (Russ Brown <pickscrape@gmail.com>)
List pgsql-general
Russ Brown wrote:
> Apologies for going slighly off topic, but isn't this basically how
> MySQL does replication?

The PostgreSQL WAL log stores information on the level of "write these
bytes to disk", the MySQL replication log stores information on the
level of "user called this statement".  So in MySQL, inserting the
value of now() into a table might give different results if a slave
runs in a different time zone.  So it's sort of the same from the
outside, but the internals are different and yield different
possibilities and restrictions.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Replication
Next
From: Tom Lane
Date:
Subject: Re: Speed problems