Re: [PERFORM] fsync method checking

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PERFORM] fsync method checking
Дата
Msg-id 200403261654.i2QGsxt04146@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
markw@osdl.org wrote:
> On 26 Mar, Manfred Spraul wrote:
> > markw@osdl.org wrote:
> >
> >>Compare file sync methods with one 8k write:
> >>        (o_dsync unavailable)
> >>        open o_sync, write       6.270724
> >>        write, fdatasync        13.275225
> >>        write, fsync,           13.359847
> >>
> >>
> > Odd. Which filesystem, which kernel? It seems fdatasync is broken and
> > syncs the inode, too.
>
> It's linux-2.6.5-rc1 with ext2 filesystems.

Would you benchmark open_sync for wal_sync_method too?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Nested transaction proposal - take N (N > 2)
Следующее
От: "Denis Khabas"
Дата:
Сообщение: Bad timestamp external representation