Re: What causes streaming replication delay? [SOLVED, I think]

From: Scott Whitney <scott(at)journyx(dot)com>
To: Dianne Skoll <dfs(at)roaringpenguin(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: What causes streaming replication delay? [SOLVED, I think]
Date: 2016-08-31 20:51:33
Message-ID: cmqukrrfd3nlbxm892kvjs64.1472676585091@email.android.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)roaringpenguin(dot)com>
Date: 08/31/2016 3:24 PM (GMT-06:00)
To: pgsql-admin <pgsql-admin(at)postgresql(dot)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(at)postgresql(dot)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/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Eduardo Morras 2016-08-31 21:14:34 Re: What causes streaming replication delay? [SOLVED, I think]
Previous Message Scott Whitney 2016-08-31 20:49:15 Re: What causes streaming replication delay? [SOLVED, I think]