Re: ERROR: out of free buffers: time to abort!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: out of free buffers: time to abort!
Date: 2003-03-11 20:52:41
Message-ID: 11443.1047415961@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joseph Shraibman <jks(at)selectacast(dot)net> writes:
> //this update causes the error
> update table2 set status = newstatus where id in (chunk[0], chunk[1]...);

Hmm. Do you have a particularly large number of indexes on that table?
Are you running a whole bunch of these operations in parallel?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Partho Bhowmick 2003-03-11 21:05:11 Re: Largest filesize under Linux
Previous Message scott.marlowe 2003-03-11 20:45:08 Re: General Performance questions