Re: data on devel code perf dip

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: data on devel code perf dip
Дата
Msg-id 200508120144.j7C1irp26488@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: data on devel code perf dip  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: data on devel code perf dip  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> > In light of this, may I ask whether it makes sense to compare the
> > performance of two runs with similar shared_buffer settings?  With
> > O_DIRECT, I understand from this manpage that the OS is going to do
> > little or no page caching, so shared_buffers should be increased to
> > account for this fact.
> 
> > Am I missing something?
> 
> O_DIRECT is only being used for WAL page writes (or I sure hope so
> anyway), so shared_buffers should be irrelevant.

Uh, O_DIRECT really just enables when open_sync is used, and I assume
that is not used for writing dirty buffers during a checkpoint.

--  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,
Pennsylvania19073
 


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

Предыдущее
От: Andrew - Supernews
Дата:
Сообщение: Re: data on devel code perf dip
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Why do index access methods use LP_DELETE?