Re: Sync replication

Поиск
Список
Период
Сортировка
От Rakesh Kumar
Тема Re: Sync replication
Дата
Msg-id 1612e8fd701-1722-18849@webjas-vae073.srv.aolmail.net
обсуждение исходный текст
Ответ на Sync replication  (Azimuddin Mohammed <azimeiu@gmail.com>)
Ответы Re: Sync replication
Re: Sync replication
Список pgsql-admin

>I have a question regarding synchronus replication. 
>If i have a master and standby server will sync replication setup..when my slave dies and master is still active. Will the transaction completes, or >master will wait for slave to commit the transaction and then commits its. ?

Master will wait for slave to come back up.  PG"s replication is not the same as SQLServer/DB2/Oracle 
where they allow master to continue operating while the slave is down.  useful during scheduled maintenance.

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

Предыдущее
От: Azimuddin Mohammed
Дата:
Сообщение: Sync replication
Следующее
От: Jorge Daniel
Дата:
Сообщение: OOM Killing on Docker while ANALYZE running