Re: New Linux xfs/reiser file systems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: New Linux xfs/reiser file systems
Дата
Msg-id 200105030018.f430ILA02066@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: New Linux xfs/reiser file systems  (Alfred Perlstein <bright@wintelcom.net>)
Список pgsql-hackers
> > Yes, this double-writing is a problem.  Suppose you have your WAL on a
> > separate drive.  You can fsync() WAL with zero head movement.  With a
> > log based file system, you need two head movements, so you have gone
> > from zero movements to two.
> 
> It may be worse depending on how the filesystem actually does
> journalling.  I wonder if an fsync() may cause ALL pending
> meta-data to be updated (even metadata not related to the 
> postgresql files).
> 
> Do you know if reiser or xfs have this problem?

I don't know, but the Linux user reported xfs was really slow.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Collation order for btree-indexable datatypes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: XFS File systems and PostgreSQL