Re: BUG #1229: memory leak in backend with COPY and FOREIGN

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: BUG #1229: memory leak in backend with COPY and FOREIGN
Дата
Msg-id 20040824102222.Q51878@megazone.bigpanda.com
обсуждение исходный текст
Ответ на BUG #1229: memory leak in backend with COPY and FOREIGN KEY  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
On Tue, 24 Aug 2004, PostgreSQL Bugs List wrote:

> I'm trying to COPY ~18Mrows into a table which has a foreign key to another
> table. Memory and swap are exhausted and finaly the postgres.log says:

This is very possibly the space taken up by the trigger queue (which
cannot currently spill out to disk). If you load a smaller number of rows
does the space go up and then down after the copy ends?

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