Re: Data corruption after SAN snapshot

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Data corruption after SAN snapshot
Дата
Msg-id 20120808013931.GO1267@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Data corruption after SAN snapshot  (Terry Schmitt <tschmitt@schmittworks.com>)
Ответы Re: Data corruption after SAN snapshot  (Craig Ringer <ringerc@ringerc.id.au>)
Список pgsql-admin
Terry,

* Terry Schmitt (tschmitt@schmittworks.com) wrote:
> So far, executing pg_dumpall
> seems to be fairly reliable for finding the corrupt objects after my
> initial data load, but unfortunately much of the corruption has been with
> indexes which pgdump will not expose.

Shouldn't be too hard to write a script that'll do a query against each
table using an ORDER BY that matches each index, at least for 'simple'
indexes, which'll typically cause an in-order index traversal.

Just a thought.

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: Terry Schmitt
Дата:
Сообщение: Re: Data corruption after SAN snapshot
Следующее
От: Michael O'Donnell
Дата:
Сообщение: PostgreSQL 9.0 authentication against LDAP/AD