Re: Replication - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Replication
Date
Msg-id ian7pn$8m1$1@dough.gmane.org
Whole thread Raw
In response to Re: Replication  (Jonathan Tripathy <jonnyt@abpni.co.uk>)
Responses Re: Replication  (Jonathan Tripathy <jonnyt@abpni.co.uk>)
List pgsql-general
Jonathan Tripathy wrote on 01.11.2010 21:12:
>>
>> 9.0 has streaming replication and "Hot Standby"
>>
>> http://www.postgresql.org/docs/current/static/hot-standby.html
>> http://www.postgresql.org/docs/current/static/warm-standby.html#STREAMING-REPLICATION
>>
>>
> But does that not only allow "read-only" things to work on the standby?
>

But you didn't ask for read/write on the standby, only for a standby that can take of the master once the master fails:
"must support INSERTS and UPDATES as well (once the master has failed)"

That's exactly what the hot standby does: As long as it is in standby mode it's read-only.
Once the failover has happened the standby is the new master and will allow read/write access.

Thomas

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: async queries in Perl and poll()/select() loop - how to make them work together?
Next
From: Jonathan Tripathy
Date:
Subject: Re: Replication