Re: [HACKERS] Parallel Select query performance and shared buffers

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Parallel Select query performance and shared buffers
Дата
Msg-id 20131204165410.GA7286@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Parallel Select query performance and shared buffers  (Metin Doslu <metin@citusdata.com>)
Ответы Re: [HACKERS] Parallel Select query performance and shared buffers  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-performance
On 2013-12-04 18:43:35 +0200, Metin Doslu wrote:
> > I'd strongly suggest doing a "perf record -g -a <wait a bit, ctrl-c>;
> > perf report" run to check what's eating up the time.
>
> Here is one example:
>
> +  38.87%   swapper  [kernel.kallsyms]   [k] hypercall_page
> +   9.32%  postgres  [kernel.kallsyms]   [k] hypercall_page
> +   6.80%  postgres  [kernel.kallsyms]   [k] xen_set_pte_at

All that time is spent in your virtualization solution. One thing to try
is to look on the host system, sometimes profiles there can be more
meaningful.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Metin Doslu
Дата:
Сообщение: Re: [HACKERS] Parallel Select query performance and shared buffers
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: [HACKERS] Parallel Select query performance and shared buffers