Re: Free WAL caches on switching segments

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Free WAL caches on switching segments
Дата
Msg-id 200602130249.k1D2nUe07718@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Free WAL caches on switching segments  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Ответы Re: Free WAL caches on switching segments  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
ITAGAKI Takahiro wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> wrote:
>
> > I looked this over and I am unsure what this does for us that isn't
> > already accomplished using the wal_sync_method settings.  See xlog.c for
> > a description of O_DIRECT and when it is used.
>
> I proposed it to supplement the cache control. There are some OSes that
> supports posix_fadvise but not O_DIRECT, for example, NetBSD 4.0
> (http://www.netbsd.org/Changes/changes-4.0.html).

Oh, that makes sense then.   Let me re-add it to the queue.

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Free WAL caches on switching segments
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Number format problem