Re: Out of free buffers... HELP!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of free buffers... HELP!
Дата
Msg-id 2974.1020207024@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Out of free buffers... HELP!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
[ digging through some old email ]

I wrote:
> "Diehl, Jeffrey" <jdiehl@sandia.gov> writes:
>> Brick* implies 1334 tables

> Hmm ... I wonder if the query is somehow holding onto a buffer pin for
> the last block of each successively-accessed table?  Will look into it.

I find that indeed 7.1 and older versions do that, but 7.2 does not
(due to simplifications in heap_getnext).  So this problem should be
gone as of the current release.
        regards, tom lane


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

Предыдущее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: performance on update table from a join
Следующее
От: Gary Stainburn
Дата:
Сообщение: problem with update from subselect