Re: Problem w/ dumping huge table and no disk space

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Ford <david(at)blue-labs(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem w/ dumping huge table and no disk space
Date: 2001-09-07 21:58:50
Message-ID: 4882.999899930@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Ford <david(at)blue-labs(dot)org> writes:
> I have a 10million+ row table and I've only got a couple hundred megs
> left. I can't delete any rows, pg runs out of disk space and crashes.

What is running out of disk space, exactly?

If the problem is WAL log growth, an update to 7.1.3 might help
(... you didn't say which version you're using).

If the problem is lack of space for the pg_dump output file, I think you
have little choice except to arrange for the dump to go to another
device (maybe dump it across NFS, or to a tape, or something).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brett Schwarz 2001-09-07 22:04:50 Re: Problem w/ dumping huge table and no disk space
Previous Message Bruce Momjian 2001-09-07 21:55:10 Re: [GENERAL] Re: copy to/from stdout using libpgtcl