Re: [8.0.0] out of memory on large UPDATE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [8.0.0] out of memory on large UPDATE
Дата
Msg-id 22212.1123770971@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [8.0.0] out of memory on large UPDATE  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: [8.0.0] out of memory on large UPDATE  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-bugs
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> The table contains ~10 million rows:

> # time psql -c "UPDATE xa_url SET url = url;" -U pgsql pareto
> ERROR:  out of memory
> DETAIL:  Failed on request of size 32.

If you've got any AFTER UPDATE triggers on that table, you could be
running out of memory for the pending-triggers list.

            regards, tom lane

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: [8.0.0] out of memory on large UPDATE
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1819: COPY filename rejects Windows format path