Replication with non-read-only standby.

From: Nick Babadzhanian <nb(at)cobra(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Replication with non-read-only standby.
Date: 2016-06-30 13:15:17
Message-ID: 1921885080.22132.1467292517987.JavaMail.zimbra@cobra.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Setup:
2 PostgreSQL servers are geographically spread. The first one is used for an application that gathers data. It is connected to the second database that is used to process the said data. Connection is not very stable nor is it fast, so using Bidirectional 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2016-06-30 13:15:54 Re: How safe is pg_basebackup + continuous archiving?
Previous Message Mike Sofen 2016-06-30 12:42:02 Re: Stored procedure version control