Re: Dumping and reloading stuff in 6.5.3

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Dumping and reloading stuff in 6.5.3
Дата
Msg-id 392005C9.6C51D6CF@cupid.suninternet.com
обсуждение исходный текст
Ответ на Dumping and reloading stuff in 6.5.3  (Lincoln Yeoh <lylyeoh@mecomb.com>)
Ответы Re: Dumping and reloading stuff in 6.5.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Lincoln Yeoh wrote:
>
> Actually, say if I use postgresql on a journalling file system, would this
> problem go away? e.g. I just lose data not written, but the database will
> be at a known uncorrupted state, consistent with logs.

Hmm, someone may have to correct me on this but last time I checked all
the
journalling filesystems currently available journalled *filesystem*
*metadata*. IOW, after a crash, the filesystem structure will be intact,
but your database maybe completely corrupt.

Anyway, how does the filesystem driver know what is a consistant state
for the database? For that postgres would have to do it's own
journalling,
right?
--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/

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

Предыдущее
От: Jeff Hoffmann
Дата:
Сообщение: Re: rtree indexes aren't being used with 7.0
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Best way to "add" columns