Re: BUG #2168: 45.000.000 records too much?

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: BUG #2168: 45.000.000 records too much?
Дата
Msg-id dqab4t$1anq$1@news.hub.org
обсуждение исходный текст
Ответ на BUG #2168: 45.000.000 records too much?  ("Steven Mooij" <steven@mooij.name>)
Список pgsql-bugs
""Steven Mooij"" <steven@mooij.name> wrote
>
>
> Tried to copy the result of a join into another table, about 45.000.000
> (small) records. This is the result:
>
> testsearch=> insert into t_documentword2 (SELECT document_id, t_word2.id,
> frequency from t_documentword, t_word2 where t_documentword.word =
> t_word2.word);
> server closed the connection unexpectedly
>       This probably means the server terminated abnormally
>       before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
>

I guess you are Rudolph's friend ;-) Please follow the post "Error when
inserting millions of record" in pg-general.

Regards,
Qingqing

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: BUG #2169: excelente
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: BUG #2000: psql does not prompt for password