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

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: ERROR: out of free buffers: time to abort!
Дата
Msg-id 3E6E5461.9050008@selectacast.net
обсуждение исходный текст
Ответ на Re: ERROR: out of free buffers: time to abort!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Joseph Shraibman <jks@selectacast.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?
>
I have 3 indexes on the table, and I do this operation in a cron job once a day, not in
parallel.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: out of free buffers: time to abort!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SMP-PPC spinlocks in 7.2.4?