Replication with non-read-only standby.

Поиск
Список
Период
Сортировка
От Nick Babadzhanian
Тема Replication with non-read-only standby.
Дата
Msg-id 1921885080.22132.1467292517987.JavaMail.zimbra@cobra.ru
обсуждение исходный текст
Ответы Re: Replication with non-read-only standby.  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Replication with non-read-only standby.  (Venkata Balaji N <nag1010@gmail.com>)
Re: Replication with non-read-only standby.  (Sylvain Marechal <marechal.sylvain2@gmail.com>)
Список pgsql-general
Setup:
2 PostgreSQL servers are geographically spread. The first one is used for an application that gathers data. It is
connectedto the second database that is used to process the said data. Connection is not very stable nor is it fast, so
usingBidirectional replication is not an option. It is OK if data is shipped in batches rather than streamed. 

Question:
Is there a way to make the standby server non-read-only, so that it can keep getting updates (mostly inserts) from the
'master',but users are able to edit the data stored on 'slave'? Is there some alternative solution to this? 

Regards,
Nick.


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

Предыдущее
От: "Mike Sofen"
Дата:
Сообщение: Re: Stored procedure version control
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: How safe is pg_basebackup + continuous archiving?