Re: vacuum causes pg_xlog directory to grow until out of disk space.

From: dave_rolland(at)yahoo(dot)com (Dave Rolland)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: vacuum causes pg_xlog directory to grow until out of disk space.
Date: 2002-03-13 17:38:13
Message-ID: b4a7dcba.0203130938.14f29316@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It appears that PostgreSQL 7.1.3 addresses this problem.

Thanks,
Dave

dave_rolland(at)yahoo(dot)com (Dave Rolland) wrote in message news:<b4a7dcba(dot)0203120954(dot)49dbab1e(at)posting(dot)google(dot)com>...
> I'm running PostgreSQL 7.1.2 on Solaris 8. The box is an Ultra 60 with
> 1GB of RAM. The database is on it's own 11GB partition which is
> currently 93% full. I've since moved the pg_xlog directory to a
> seperate 11GB partition.
>
> We have one table which accounts for 90% of the database size. In
> trying to vacuum this table, the pg_xlog directory reaches 100%
> (starting from less than 1%).
>
> In reading posts to this news group I've come across one suggestion
> which talks about increasing the CHECKPOINT_TIMEOUT and
> CHECKPOINT_SEGMENTS size. I will try that shortly.
>
> Does PostgreSQL 7.2 address this problem? Any other suggestions?
> Obviously, throwing more disk space at this would work but I currently
> don't have that option.
>
> Thanks,
> Dave

In response to

Browse pgsql-general by date

  From Date Subject
Next Message tony 2002-03-13 17:58:51 Re: Installing 7.2 on RedHat 7.1
Previous Message Stephan Szabo 2002-03-13 16:58:03 Re: Last Insert