Re: When adding millions of rows at once, getting out of disk space errors - Mailing list pgsql-general

From Bill Moran
Subject Re: When adding millions of rows at once, getting out of disk space errors
Date
Msg-id 20090218160336.c3624e2a.wmoran@potentialtech.com
Whole thread Raw
In response to Re: When adding millions of rows at once, getting out of disk space errors  (Mike Christensen <imaudi@comcast.net>)
Responses Re: When adding millions of rows at once, getting out of disk space errors
[ANN]VTD-XML 2.5
List pgsql-general
In response to Mike Christensen <imaudi@comcast.net>:

> I have well over 50 gigs free on that drive..  I doubt it.

I'm not aware of that error having false-positives associated with it.

Common confusion on this point could result from having quotas enabled,
or possibly you're running out of space, then when you check free space
(after the error has occurred) the space has already been reclaimed from
the failed transaction and therefore it looks like you have plenty of
free space, but it disappears when you're running the process.

Also, 2x check that Postgres' data files are on the same partition as
where you've got the 50G free (I've made that mistake more than once)

If none of those help, provide more details.  Based on the detail level
you've provided, you've run out of disk space.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: When adding millions of rows at once, getting out of disk space errors
Next
From: Sam Mason
Date:
Subject: Re: When adding millions of rows at once, getting out of disk space errors