Re: Replication

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Replication
Дата
Msg-id 200509132100.29894.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Replication  (Russ Brown <pickscrape@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Replication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Speed problems