Re: Diagnose Database Corruption

Поиск
Список
Период
Сортировка
От Mendola Gaetano
Тема Re: Diagnose Database Corruption
Дата
Msg-id 000a01c32e75$cbfe7c50$10d4a8c0@mm.eutelsat.org
обсуждение исходный текст
Ответ на Re: Diagnose Database Corruption  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-admin
"Bruce Momjian" <pgman@candle.pha.pa.us> wrote:
> We don't have a checker because if it is corrupt, it will mention
> something in the server logs or correct it automatically.  Corruption is
> very rare, usually hardware flakiness.

I agree about the fact that corruption is very rare but sometimes I got
a "duplicate primary key" and the only solution was dump the DB,
edit the dump and restore the DB.
If the dump is uge ( like 400 MB ) is a lot of down time :-(
The problem disappeared after removing the reindex on that table
scheduled each morning.

Regards
Gaetano Mendola.


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Problem with tcp/ip connection, postgresql.conf
Следующее
От: "Mendola Gaetano"
Дата:
Сообщение: Re: What could be the problem?