Re: Out of Memory during Insert

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Out of Memory during Insert
Дата
Msg-id bddc86151003240609o1161390t3146949ca0a3d4c3@mail.gmail.com
обсуждение исходный текст
Ответ на Out of Memory during Insert  (yue peng <pengyuebupt@gmail.com>)
Список pgsql-general
On 24 March 2010 10:57, yue peng <pengyuebupt@gmail.com> wrote:
Is there any other ways to still insert same amount of data and avoid this OOM error ?


I'd expect COPY to be the most effective way of bulk loading data into a database.  http://www.postgresql.org/docs/current/static/sql-copy.html

Or do inserts in smaller batches.

Do you happen to have any triggers or constraints on the table?

Regards

Thom

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

Предыдущее
От: yue peng
Дата:
Сообщение: Out of Memory during Insert
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Concatenate