Re: Out of free buffers... HELP!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Out of free buffers... HELP!
Date: 2002-04-30 22:50:24
Message-ID: 2974.1020207024@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[ digging through some old email ]

I wrote:
> "Diehl, Jeffrey" <jdiehl(at)sandia(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Nick Fankhauser 2002-05-01 16:37:35 Re: convert from sybase to postgresql
Previous Message Jean-Luc Lachance 2002-04-30 22:07:50 Re: performance on update table from a join