Re: Help - corruption issue?

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Help - corruption issue?
Дата
Msg-id B898D809-3DD9-4537-A433-9C3CB51EA69C@solfertje.student.utwente.nl
обсуждение исходный текст
Ответ на Re: Help - corruption issue?  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Ответы Re: Help - corruption issue?  (Tomas Vondra <tv@fuzzy.cz>)
Список pgsql-general
On 25 Apr 2011, at 18:16, Phoenix Kiula wrote:

> If I COPY each individual file back into the table, it works. Slowly,
> but seems to work. I tried to combine all the files into one go, then
> truncate the table, and pull it all in in one go (130 million rows or
> so) but this time it gave the same error. However, it pointed out a
> specific row where the problem was:
>
>
> COPY links, line 15272357:
> "16426447    9s2q7    9s2q7    N    http://www.amazon.com/gp/search?camp=1789&creative=9325&ie=UTF8&i..."
> 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.
>
>
> Is this any use at all?  Would appreciate any pointers!


I didn't follow the entire thread, so maybe someone mentioned this already, but...
Usually if we see error messages like those it turns out the OS is killing the postgres process with it's equivalent of
alow-on-memory-killer. I know Linux's got such a beast, and that you can turn it off. 

It's a frequently recurring issue on this list, there's bound to be some pointers in the archives ;)

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.


!DSPAM:737,4db5b02411674566889782!



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with sorting on PostgreSQL 9.0.3
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Help - corruption issue?