Streaming Replication (Master Delta Sync) - Mailing list pgsql-admin

From Parkirat Bagga
Subject Streaming Replication (Master Delta Sync)
Date
Msg-id 1350506045391-5728704.post@n5.nabble.com
Whole thread Raw
Responses Re: Streaming Replication (Master Delta Sync)  (Parkirat Bagga <parkiratbagga@gmail.com>)
Re: Streaming Replication (Master Delta Sync)  (Lonni J Friedman <netllama@gmail.com>)
List pgsql-admin
Hi

We are using streaming replication for c++ Postgres-9.1 server.

We have setup 1 master and 1 slave and streaming replication is working
fine.

On checking the x-log status for both master and slave, we observed that the
master is quite ahead of the slave all the time. Now we have 2 questions

Que 1) When Master goes down these is some delta which is not applied to the
standby server (which is now, my new master) and the trigger has happened.
How should I sync that delta part to the new Master (older standby server)?

Que 2) How can I further reduce the gap between the Master and Standby? I
tried increasing the max_wal_sender=5 number but I can see only 1 process
running for sender.

Regards,
Parkirat Singh Bagga.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Streaming-Replication-Master-Delta-Sync-tp5728704.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


pgsql-admin by date:

Previous
From: Bill MacArthur
Date:
Subject: Re: Postgresql switch over process
Next
From: Parkirat Bagga
Date:
Subject: WAL corruption while replication