Re: What causes streaming replication delay?

From: Dianne Skoll <dfs(at)roaringpenguin(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: What causes streaming replication delay?
Date: 2016-08-31 17:16:04
Message-ID: 20160831131604.0f305404@hydrogen.roaringpenguin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 31 Aug 2016 12:04:23 -0400
Keith <keith(at)keithf4(dot)com> wrote:

> All depends on how you're monitoring your slave lag. Check this blog
> post and if you're seeing actual byte lag, then you could have cause
> for concern.

It's not because the master is idle... there is tons of write traffic.

And the way I measure the lag is about as directly as you can: I
periodically insert a timestamp into a specific table on the master,
and then poll the hot-standby until the inserted timestamp has
appeared.

Regards,

Dianne.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dianne Skoll 2016-08-31 20:22:22 Re: What causes streaming replication delay? [SOLVED, I think]
Previous Message Keith 2016-08-31 16:04:23 Re: What causes streaming replication delay?