Re: File system performance and pg_xlog

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: File system performance and pg_xlog
Дата
Msg-id 200105071609.f47G9fb09977@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: File system performance and pg_xlog  (mlw <markw@mohawksoft.com>)
Ответы Re: File system performance and pg_xlog  (teg@redhat.com (Trond Eivind Glomsrød))
Список pgsql-hackers
One big performance issue is that PostgreSQL 7.1 uses fdatasync if it is
available.  However, according to RedHat, 2.2 Linux kernels have
fdatasync, but it really just acts as fsync.  In 2.4 kernels, fdatasync
is really fdatasync, I think.

That is a major issue for people running performance tests.  For
example, XFS may be slow on 2.2 kernels but not 2.4 kernels.

--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: typo in psql's help
Следующее
От: Tom Lane
Дата:
Сообщение: Re: File system performance and pg_xlog