| От | Tom Lane |
|---|---|
| Тема | Re: BUG #16373: Behavior of Temporary table creation |
| Дата | |
| Msg-id | 19190.1587130449@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #16373: Behavior of Temporary table creation (PG Bug reporting form <noreply@postgresql.org>) |
| Ответы |
Re: BUG #16373: Behavior of Temporary table creation
|
| Список | pgsql-bugs |
PG Bug reporting form <noreply@postgresql.org> writes:
> Hi! Have a small doubt I’m hoping you can help me with..simply put, where
> are the temporary tables created?
> AFAIK, they stay in the memory till the size reaches the temp_buffers limit,
> and then to the storage, for where it is accessed using the temp buffer,
They are accessed through temp buffers, yes, but storage space gets
reserved on-disk immediately whenever the relation is extended.
This is the same as for non-temp tables.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера