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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: out of free buffers: time to abort!
Дата
Msg-id 11443.1047415961@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: out of free buffers: time to abort!  (Joseph Shraibman <jks@selectacast.net>)
Ответы Re: ERROR: out of free buffers: time to abort!  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
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?

            regards, tom lane

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: General Performance questions
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: ERROR: out of free buffers: time to abort!