Re: disk filling up - Mailing list pgsql-performance

From Yudhvir Singh Sidhu
Subject Re: disk filling up
Date
Msg-id 46A8B87D.3030303@gmail.com
Whole thread Raw
In response to Re: disk filling up  (Mark Kirkwood <markir@paradise.net.nz>)
List pgsql-performance
Mark Kirkwood wrote:
> Brandon Shalton wrote:
>> Hello all,
>>
>> My hard disk is filling up in the /base  directory  to where it has
>> consumed all 200gig of that drive.
>>
>> All the posts that i see keep saying move to a bigger drive, but at
>> some point a bigger drive would just get consumed.
>>
>> How can i keep the disk from filling up other than get like a half TB
>> setup just to hold the ./base/*  folder
>>
>
> Two things come to mind:
>
> - Vacuum as already mentioned by others.
> - Temporary sort files from queries needing to sort massive amounts of
> data.
>
> But you need to help us out by supplying more info...
>
> Cheers
>
> Mark
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>
Try fsck-ing and do a df before and after and tell us if that makes a
difference.

Yudhvir

pgsql-performance by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: disk filling up
Next
From: Alvaro Herrera
Date:
Subject: Re: User concurrency thresholding: where do I look?