Re: Threaded Sorting - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Threaded Sorting
Date
Msg-id 25917.1033759363@sss.pgh.pa.us
Whole thread Raw
In response to Re: Threaded Sorting  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Threaded Sorting  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom, what temp files do we use that aren't for sorting;  I forgot.

MATERIALIZE plan nodes are the only thing I can think of offhand that
uses a straight temp file.  But ISTM that if this makes sense for
our internal temp files, it makes sense for user-created temp tables
as well.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Copeland
Date:
Subject: Re: Threaded Sorting
Next
From: Bruce Momjian
Date:
Subject: Re: Threaded Sorting