Increasing WAL usage followed by sudden drop

From: Joseph Marlin <jmarlin(at)saucontech(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Increasing WAL usage followed by sudden drop
Date: 2012-08-10 17:35:16
Message-ID: 385621813.89890122.1344620116156.JavaMail.root@email
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

http://i.imgur.com/sva4H.png

In the image above, please find the traffic we have seen from our main postgresql node to our cloud backup.

A few notes on that image:

a) We're only interested in looking at the blue - outbound - traffic
b) In general, this pipe is almost exclusively for WAL usage only.

Hopefully you can see how generalized WAL traffic increases, until it cuts off sharply, only to begin increasing again.

http://i.imgur.com/2V8XY.png

In that image, you can see the traffic just after a cutoff - slowly ramping up again. You can also see our mysterious sawtooth pattern - spikes of WAL traffic that occur on the hour, quarter-hour, half-hour, and three-quarter-hour marks. We don't see any corresponding spikes in database activity at those times, so we're also mystified as to why these spikes are occurring.

Any ideas on any of this? Why the sawteeth? Why the rise-then-drop?

Thanks so much!

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Janes 2012-08-10 18:19:56 Re: query overhead
Previous Message Jeff Janes 2012-08-09 18:06:54 Re: DELETE vs TRUNCATE explanation