Re: temporary tables on hd or in memory?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temporary tables on hd or in memory?
Дата
Msg-id 7795.1042814991@sss.pgh.pa.us
обсуждение исходный текст
Ответ на temporary tables on hd or in memory?  ("Stefan Scherf" <scherf@holyhome.de>)
Список pgsql-general
"Stefan Scherf" <scherf@holyhome.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

В списке pgsql-general по дате отправления: