Re: Replication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Russ Brown <pickscrape(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Replication
Date: 2005-09-13 19:00:29
Message-ID: 200509132100.29894.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-09-13 19:01:25 Re: full outer join performance
Previous Message Scott Marlowe 2005-09-13 18:59:09 Re: Speed problems