Re: ext3

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: ext3
Дата
Msg-id 1106031673.4014.77.camel@Andrea.peacock.de
обсуждение исходный текст
Ответ на Re: ext3  (Jeff Davis <jdavis-pgsql@empires.org>)
Список pgsql-general
Am Montag, den 17.01.2005, 17:47 -0800 schrieb Jeff Davis:
> On Tue, 2005-01-18 at 07:43 +0700, David Garamond wrote:
> > Tzahi Fadida wrote:
> > > I recommend you don't use ext3 for any database:
> > > http://seclists.org/lists/linux-kernel/2005/Jan/0641.html
> > >
> > > apparently its still buggy.
> >
> > So what is the recommended fs under Linux? I don't need the best
> > speed/throughput, but I prefer not to use ext2 due to long fsck time. I
>
> Wouldn't ext2 also allow the possibility of a missing file? Even though
> postgres does WAL, couldn't ext2 forget a file or not record that a new
> file has been created?
>
> In other words, does PostgreSQL assume that the filesystem at least
> journals the metadata?

Well, postgres likes that no already written and sync()ed data gets
lost.
And the filesystem must be in consistent state to work at all. So
to ensure (2) ext2 must du fsck, which takes a considerable amount
of time if on large partitions.

Regards
Tino


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

Предыдущее
От: Hong Yuan
Дата:
Сообщение: Re: Multiline plpython procedure
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Users and unique identifyers