Re: disk space usage unexpected - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: disk space usage unexpected
Date
Msg-id 1266283490.30755.212.camel@jd-desktop.iso-8859-1.charter.com
Whole thread Raw
In response to disk space usage unexpected  ("Rose Zhou" <rose@anatec.com>)
List pgsql-performance
On Mon, 2010-02-15 at 14:59 -0500, Rose Zhou wrote:
> Good day,
>
> I have a PostgreSQL 8.4 database installed on WinXP x64 with very heavy
> writing and updating on a partitioned table. Sometimes within one minute,
> there are tens of file with size=1,048,576kb (such as
> filenode.1,filenode.2,...filenode.43) created in the database subdirectory
> within PGDATA/base.
>
> This caused the disk space quickly used up. Is this expected?

Yes. Especially if autovacuum is not keeping up with the number of
updates.

Joshua D. Drake


>
> Thanks for any information
>
>
>
> Best Regards
>
> Rose Zhou
>
>


--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
Respect is earned, not gained through arbitrary and repetitive use or Mr. or Sir.


pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: disk space usage unexpected
Next
From: lionel duboeuf
Date:
Subject: Re: Almost infinite query -> Different Query Plan when changing where clause value