Re: fun fact about temp tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fun fact about temp tables
Дата
Msg-id 5191.1470408704@sss.pgh.pa.us
обсуждение исходный текст
Ответ на fun fact about temp tables  (Grigory Smolkin <g.smolkin@postgrespro.ru>)
Ответы Re: fun fact about temp tables  (Grigory Smolkin <g.smolkin@postgrespro.ru>)
Re: fun fact about temp tables  (Alex Ignatov <a.ignatov@postgrespro.ru>)
Список pgsql-general
Grigory Smolkin <g.smolkin@postgrespro.ru> writes:
> I`ve noticed interesting aspect in temp tables working. It appears
> postgres is trying to reserve space on disk for temp tables even before
> temp_buffers overflow.

Sure.  Just like it reserves space for ordinary tables right away,
long before there's any need to push the data out of shared_buffers.
Otherwise, you might find yourself having to throw an "out of disk
space" error after having already committed the relevant INSERTs.

            regards, tom lane


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

Предыдущее
От: Grigory Smolkin
Дата:
Сообщение: fun fact about temp tables
Следующее
От: Grigory Smolkin
Дата:
Сообщение: Re: fun fact about temp tables