Synchronous replication hack for 9.0?

Поиск
Список
Период
Сортировка
От Yang Zhang
Тема Synchronous replication hack for 9.0?
Дата
Msg-id AANLkTikOWFwhRXccWz140mCpWUJNG1fWZqj4oM3enJo9@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
I realize that synchronous replication is in the works for 9.1, but
for 9.0, could you hack your way to synchronous replication by polling
the standby's pg_last_xlog_receive_location() and waiting until it's
>= pg_current_xlog_location() from your last transaction? Any major
pitfalls here (besides the need to balance polling frequency and
latency)? Any recommended polling periods?

Aside: would 9.1's synchronous replication be adding anything that
lowers the replication delay compared to asynchronous replication? Or
could the changes be summarized as "commits now wait for the standby"?
--
Yang Zhang
http://yz.mit.edu/

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

Предыдущее
От: "Padmanabha, Shruthi (UMKC-Student)"
Дата:
Сообщение: Database Cluster Initialisation Failed" error during PostgreSQL install
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: pgcluster