Re: Transaction ordering on log-shipping standby

Поиск
Список
Период
Сортировка
От Marti Raudsepp
Тема Re: Transaction ordering on log-shipping standby
Дата
Msg-id CABRT9RDUq6GEku6mTw-xrZpo8dMqhYvfFqZ+DJ6TMjop5Zg2jg@mail.gmail.com
обсуждение исходный текст
Ответ на Transaction ordering on log-shipping standby  (Andrew Rose <andrew.rose@metaswitch.com>)
Список pgsql-general
On Tue, Sep 20, 2011 at 13:46, Andrew Rose <andrew.rose@metaswitch.com> wrote:
> Or to put the question another way, is the ordering of transactions on the active and standby servers guaranteed to
bethe same? 

Yes. The WAL serializes the order of transactions. It is applied to
slaves in the same order that it's written on the master.

Regards,
Marti

В списке pgsql-general по дате отправления:

Предыдущее
От: Marti Raudsepp
Дата:
Сообщение: Re: Seeing foreign key lookups in explain output
Следующее
От: Harald Fuchs
Дата:
Сообщение: Re: Column Privileges: NULL instead of permission denied