Re: Re: Loading optimization

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: Re: Loading optimization
Дата
Msg-id 20010111143844.K7240@fw.wintelcom.net
обсуждение исходный текст
Ответ на RE: Re: Loading optimization  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-general
* Mikheev, Vadim <vmikheev@SECTORBASE.COM> [010111 14:14] wrote:
> > We have talked about this, but we have not seen enought
> > corruption cases to warrant it.
>
> Huh?! Just pg_ctl -m immediate stop in <= 7.0.X with high
> insert activity and ... pray.

no kidding. :)

>
> It's changed in 7.1 by WAL - btree doesn't lose tuples in split
> ops anymore and in after crash restart you'll never see btree
> tuples pointing to unexisted heap tuples (because of index tuples
> inserted/logged after heap ones).

The main thing is that I consider myself to be pretty ok with
postgresql right now, but it's still a major amount of manual
labor to _absolutely_ make sure no data has been lost and make
sure that no more corruption exists that could get the server
to die or go off into some inifinite loop.  We really haven't
had these problems for a long time but it's be really comforting
to have something that pretty much made sure it wouldn't.

--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."

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

Предыдущее
От: oberpwd@anubis.network.com (Wade D. Oberpriller)
Дата:
Сообщение: initdb on build machine and moving to production machine
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Re: Loading optimization