Re: O_DIRECT for WAL writes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: O_DIRECT for WAL writes
Дата
Msg-id 4295D9EB.4000703@samurai.com
обсуждение исходный текст
Ответ на O_DIRECT for WAL writes  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Ответы Re: O_DIRECT for WAL writes
Список pgsql-patches
ITAGAKI Takahiro wrote:
> The patch adds a new choice "open_direct" to wal_sync_method.
> It uses O_DIRECT flags for WAL writes, like O_SYNC.

Have you looked at what the performance difference of this option is?
For example, these benchmark results seem to indicate that an older
version of the patch is not a performance win, at least for OSDL's workload:

http://www.mail-archive.com/pgsql-patches@postgresql.org/msg07186.html

Is this data still applicable to the revised patch?

-Neil

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

Предыдущее
От: a_ogawa
Дата:
Сообщение: Re: wchareq improvement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (was Re: [HACKERS] Feature freeze date for 8.1)