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
Re: fun fact about temp tables |
| Список | 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 по дате отправления: