Re: What causes streaming replication delay? [SOLVED, I think] - Mailing list pgsql-admin

From Scott Whitney
Subject Re: What causes streaming replication delay? [SOLVED, I think]
Date
Msg-id cmqukrrfd3nlbxm892kvjs64.1472676585091@email.android.com
Whole thread Raw
In response to Re: What causes streaming replication delay? [SOLVED, I think]  (Dianne Skoll <dfs@roaringpenguin.com>)
List pgsql-admin
Also, for the stupid-system-impaired-metric-didn't-put-us-on-the-moon, 200km is like 120 miles.

Or, for the LOCAL network administrator something like 650k feet.

So, we're not talking a direct cable...

;)


-------- Original message --------
From: Dianne Skoll <dfs@roaringpenguin.com>
Date: 08/31/2016 3:24 PM (GMT-06:00)
To: pgsql-admin <pgsql-admin@postgresql.org>
Subject: Re: [ADMIN] What causes streaming replication delay? [SOLVED, I think]

Hi,

I think I solved it.  This is so ridiculous!

The primary and standby databases are 200km apart and the path between them
has a bandwidth of only 100 Mb/s.  We had bursts of writes that created
huge amounts of replication traffic.  In addition to streaming
replication, we're still copying WAL files over for safety (and also
because this is 9.1...)

We were hitting our bandwidth limit.

By adding the --bwlimit parameter to the rsync command that copies the WAL
files, we can limit the bandwidth usage during the bursts while still
keeping it high enough for the WAL-file archiving to keep up on average.

Keeping an eye on it for 24h before I completely declare it solved.

Regards,

Dianne.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Journyx, Inc.
7600 Burnet Road #300
Austin, TX 78757
www.journyx.com

p 512.834.8888 
f 512-834-8858 

Do you receive our promotional emails? You can subscribe or unsubscribe to those emails at http://go.journyx.com/emailPreference/e/4932/714/ 

pgsql-admin by date:

Previous
From: Scott Whitney
Date:
Subject: Re: What causes streaming replication delay? [SOLVED, I think]
Next
From: Eduardo Morras
Date:
Subject: Re: What causes streaming replication delay? [SOLVED, I think]