Re: Increasing WAL usage followed by sudden drop - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Increasing WAL usage followed by sudden drop
Date
Msg-id 5029A543.4090503@agliodbs.com
Whole thread Raw
In response to Increasing WAL usage followed by sudden drop  (Joseph Marlin <jmarlin@saucontech.com>)
Responses Re: Increasing WAL usage followed by sudden drop
List pgsql-performance
> Any ideas on any of this? Why the sawteeth? Why the rise-then-drop?

Well, my first thought on the sawteeth is that you have archive_timeout
set to 15 minutes.  No?

As for the gradual buildup over days, that most likely corresponds to
either changes in application activity levels, or some kind of weekly
data purge cycle which shrinks your database every weekend.  Since I
don't know anything about your admin or your application, that's a best
guess.


--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-performance by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Index Bloat Problem
Next
From: Christophe Pettus
Date:
Subject: 7k records into Sort node, 4.5m out?