Re: Excessive context switching on SMP Xeons

Поиск
Список
Период
Сортировка
От SZUCS Gábor
Тема Re: Excessive context switching on SMP Xeons
Дата
Msg-id 019301c4abc9$ef251ea0$0403a8c0@fejleszt4
обсуждение исходный текст
Ответ на Excessive context switching on SMP Xeons  (Bill Montgomery <billm@lulu.com>)
Список pgsql-performance
Hmmm...

I may be mistaken (I think last time I read about optimization params was in
7.3 docs), but doesn't RPC < 1 mean that random read is faster than
sequential read? In your case, do you really think reading randomly is 4x
faster than reading sequentially? Doesn't seem to make sense, even with a
zillion-disk array. Theoretically.

Also not sure, but sort_mem and vacuum_mem seem to be too small to me.

G.
%----------------------- cut here -----------------------%
\end

----- Original Message -----
From: "Bill Montgomery" <billm@lulu.com>
Sent: Wednesday, October 06, 2004 5:45 PM


> Some relevant parameters:
> shared_buffers = 16384
> sort_mem = 2048
> vacuum_mem = 16384
> max_fsm_pages = 200000
> max_fsm_relations = 10000
> fsync = true
> wal_sync_method = fsync
> wal_buffers = 32
> checkpoint_segments = 6
> effective_cache_size = 262144
> random_page_cost = 0.25


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: sequential scan on select distinct
Следующее
От: Pierre-Frédéric Caillaud
Дата:
Сообщение: Re: sequential scan on select distinct