Re: corrupt pages detected by enabling checksums

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: corrupt pages detected by enabling checksums
Дата
Msg-id 518FFF88.3070204@nasby.net
обсуждение исходный текст
Ответ на Re: corrupt pages detected by enabling checksums  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: corrupt pages detected by enabling checksums
Re: corrupt pages detected by enabling checksums
Список pgsql-hackers
On 5/10/13 1:06 PM, Jeff Janes wrote:
> Of course the paranoid DBA could turn off restart_after_crash and do a manual investigation on every crash, but in
thatcase the database would refuse to restart even in the case where it perfectly clear that all the following WAL
belongsto the recycled file and not the current file.
 

Perhaps we should also allow for zeroing out WAL files before reuse (or just disable reuse). I know there's a
performancehit there, but the reuse idea happened before we had bgWriter. Theoretically the overhead creating a new
filewould always fall to bgWriter and therefore not be a big deal.
 
-- 
Jim C. Nasby, Data Architect                       jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: corrupt pages detected by enabling checksums
Следующее
От: Robins Tharakan
Дата:
Сообщение: Add more regression tests for dbcommands