Re: URGENT: Out of disk space pg_xlog - Mailing list pgsql-performance

From Simon Riggs
Subject Re: URGENT: Out of disk space pg_xlog
Date
Msg-id 1166806963.3783.203.camel@silverbirch.site
Whole thread Raw
In response to Re: URGENT: Out of disk space pg_xlog  ("Jeremy Haile" <jhaile@fastmail.fm>)
Responses Re: URGENT: Out of disk space pg_xlog
List pgsql-performance
On Fri, 2006-12-22 at 11:52 -0500, Jeremy Haile wrote:

> I would still appreciate ... explaining how to estimate size for a
> pg_xlog partition.  It seems like it can vary considerably depending on
> how intensive your current transactions are.  Is there a way to
> determine a maximum?

There should be at most 2*checkpoint_segments+1 files in pg_xlog, which
are 16MB each. So you shouldn't be having a problem.

If there are more than this, it could be because you have
currently/previously had archive_command set and the archive command
failed to execute correctly, or the database was shutdown/crashed prior
to the archive commands being executed.

IIRC there was a bug that allowed this to happen, but that was some time
ago.

Perhaps you could show us the dir listing, so we can check that there is
not a new problem emerging? Can you also show us the contents of the
pg_xlog/archive_status directory? Thanks.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: URGENT: Out of disk space pg_xlog
Next
From: "Kevin Grittner"
Date:
Subject: Re: URGENT: Out of disk space pg_xlog