Re: Where is my bottleneck?

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Where is my bottleneck?
Дата
Msg-id 43E1F7BF.2050100@logix-tt.com
обсуждение исходный текст
Ответ на Re: Where is my bottleneck?  (Michael Stone <mstone+postgres@mathom.us>)
Список pgsql-performance
Hi, Michael,

Michael Stone wrote:

>>   I have a performance problem and I don't know where is my bottleneck.
>
> [snip]
>
>>   Most of the time the idle value is even higher than 60%.
>
> It's generally a fairly safe bet that if you are running slow and your
> cpu is idle, your i/o isn't fast enough.

Or the query is misoptimized (low work_mem, missing indices) and cause
much more I/O than necessary.

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

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

Предыдущее
От: Pradeep Parmar
Дата:
Сообщение: pgbench output
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: partitioning and locking problems