Growing pg_xlog

From: Florian Weimer <fw(at)deneb(dot)enyo(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Growing pg_xlog
Date: 2003-07-14 16:15:43
Message-ID: 20030714161543.GM37009@ext1.enyo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I seem to have some obscure problem with the WAL logs (AFAIK that's what
is stored in the pg_xlog directory):

63G /var/lib/postgres/data/pg_xlog

This is a bit too much wasted space for my taste. 8-/

egrep -i 'wal|checkpoint' /etc/postgresql/postgresql.conf | grep -v ^#
returns:

wal_buffers = 64 # min 4, typically 8KB each
checkpoint_segments = 8 # in logfile segments, min 1, 16MB each

The machine is running version 7.3.2r1-5 of the Debian package.

Any suggestions?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-07-14 16:55:19 Re: Growing pg_xlog
Previous Message Valeria de Castro Paula 2003-07-14 13:26:41 Problems installing PostgreSQL-7.3.3 RPM