Re: temporary data after diskspace error - Mailing list pgsql-general

From Michael Lewis
Subject Re: temporary data after diskspace error
Date
Msg-id CAHOFxGqpYO1TQfNJuJVOtUAGkN+B-Y8Js7B1SpicfXZoBSkXiA@mail.gmail.com
Whole thread Raw
In response to Re: temporary data after diskspace error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
In terms of preventing this happening again, you might consider setting some reasonable temp_file_limit as default. Alternatively or additionally, you can set up another volume and direct temp files to use that to avoid the server crashing if excessive temp files are used in a moment's time. Then only that one query fails that used too much space.

It always bears mentioning that 9.4 is very old and upgrading is recommended to at least v11 that has been out for more than a year.

"PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which is the next planned cumulative update release."

pgsql-general by date:

Previous
From: Tanja Savic
Date:
Subject: RE: PostgresSQL 10 on remote server - Socket is not connected(0x00002749/10057)
Next
From: Willy-Bas Loos
Date:
Subject: Re: temporary data after diskspace error