Re: SELECT creates millions of temp files in a single directory - Mailing list pgsql-general

From Tom Lane
Subject Re: SELECT creates millions of temp files in a single directory
Date
Msg-id 3987446.1650747468@sss.pgh.pa.us
Whole thread Raw
In response to Re: SELECT creates millions of temp files in a single directory  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: SELECT creates millions of temp files in a single directory  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> v12 what?

That ...

> It would help if you can provide a self-contained demonstration
> that others can then verify and debug (or explain).

... and that.  As this message stands, it's undocumented whining.
Please see

https://wiki.postgresql.org/wiki/Slow_Query_Questions

for the sort of information we need to debug performance issues.
There's also

https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

although that's not oriented specifically to performance issues.

(I recall that we have fixed some problems in the past that could
lead to unreasonable numbers of temp files in hash joins.  Whether
there's more to do, or Peter is running a version that lacks those
fixes, is impossible to tell with the given info.)

            regards, tom lane



pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: PG14: "is of" vs pg_typeof
Next
From: "David G. Johnston"
Date:
Subject: Re: SELECT creates millions of temp files in a single directory