Re: out of memory error with large insert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: out of memory error with large insert
Дата
Msg-id 3869.1142980707@sss.pgh.pa.us
обсуждение исходный текст
Ответ на out of memory error with large insert  ("Sriram Dandapani" <sdandapani@counterpane.com>)
Список pgsql-admin
"Sriram Dandapani" <sdandapani@counterpane.com> writes:
> On a large transaction involving an insert of 8 million rows, after a
> while Postgres complains of an out of memory error.

If there are foreign-key checks involved, try dropping those constraints
and re-creating them afterwards.  Probably faster than retail checks
anyway ...

            regards, tom lane

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

Предыдущее
От: "Sriram Dandapani"
Дата:
Сообщение: out of memory error with large insert
Следующее
От: "Sriram Dandapani"
Дата:
Сообщение: Re out of memory error with large insert