What causes streaming replication delay? - Mailing list pgsql-admin

From Dianne Skoll
Subject What causes streaming replication delay?
Date
Msg-id 20160831114417.7fc1040d@hydrogen.roaringpenguin.com
Whole thread Raw
Responses Re: What causes streaming replication delay?  (Keith <keith@keithf4.com>)
List pgsql-admin
Hi,

I have a problem that's driving me insane.  I have two PostgreSQL 9.1
installations (yes, I know... very old.)  One is configured as a master
and the other is a streaming-replication hot-standby that supports
read-only queries.

Every now and then, although the standby claims to be streaming transactions
if you look with "ps", it seems to stall and the replication delay grows
by one second for each second of elapsed time.

If I restart the hot-standby, it consumes WAL files and very quickly
catches up.  And then a few minutes later, it happens again.

So, what are the possible causes of this behaviour?  There are no
long transactions on the standby, nor on the master.  And how can
I find out exactly what query is causing the problem, assuming
it's a query?

The relevant settings in the hot-standby postgresql.conf are:

hot_standby = on
max_standby_archive_delay = 10s
max_standby_streaming_delay = 10s
hot_standby_feedback = on

and on the master:

wal_level = hot_standby
archive_mode = on
archive_command = (a command to send WAL files to the standby)
max_wal_senders = 8

and all other parameters are at their defaults.

Regards,

Dianne.


pgsql-admin by date:

Previous
From: Patrick B
Date:
Subject: Re: Rackspace to RDS - PostgreSQL 9.2 Migration Plan
Next
From: Keith
Date:
Subject: Re: What causes streaming replication delay?