Re: temporary tables on hd or in memory?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Stefan Scherf" <scherf(at)holyhome(dot)de>
Cc: "Postgres - General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: temporary tables on hd or in memory?
Date: 2003-01-17 14:49:51
Message-ID: 7795.1042814991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Stefan Scherf" <scherf(at)holyhome(dot)de> writes:
> where are temporary tables stored? On the harddisk or in memory?

They're ordinary files, but if you have enough RAM to hold them, the
kernel will usually retain them in kernel disk cache. So we get the
best of both worlds.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Claudio Lapidus 2003-01-17 15:29:00 Re: [GENERAL] Translation of the PostgreSQL manuals to Spanish is under way
Previous Message Maciej Fuchs 2003-01-17 12:56:18 Problem with plpgsql TRIGGER