Re: performance problem

Поиск
Список
Период
Сортировка
От Rick Gigger
Тема Re: performance problem
Дата
Msg-id 021a01c3ae43$3b25a2f0$0700a8c0@trogdor
обсуждение исходный текст
Ответ на Re: performance problem  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: performance problem
Список pgsql-general
> Usually doesn't.  More sort_mem might though.  Make it something like
> 16384 or 32768 (it's measured in kbytes)

I thought that it was measured in 8k blocks.

http://candle.pha.pa.us/main/writings/pgsql/hw_performance/node3.html


> That's VERY high.  When postgresql has to manage a lot of buffers it
> actually is slower than letting the kernel in Linux or BSD do it for you.

Even if you've got the memory to spare?  Does postgres actually slow down
just because it's slower to manager a lot of them just or because you're
taking the memory away from the kernel so the kernel has to swap more?

rg


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query Planner Filtering Of Specified Value From 'On Distinct' Clause
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: performance problem