Re: [PATCHES] Patch to log usage of temporary files - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: [PATCHES] Patch to log usage of temporary files
Date
Msg-id 82EE7695-4354-467A-9BC3-33AFB4B12C7E@decibel.org
Whole thread Raw
In response to Re: [PATCHES] Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-hackers
On Jan 3, 2007, at 4:20 PM, Bill Moran wrote:
> * trace_temp_files is now an int: -1 disables, 0 and up equate to
> "log if
>   the file is this size or larger"

Another thought is to allow ignoring files over a certain size. The
reason is that if you end up creating 10MB of temp files, you can
probably avoid that by adjusting work_mem. But if you just created
10GB, you probably have no choice in the matter.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Dead Space Map for vacuum
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] A patch to pg_regress for Windows port