Profiling PostgreSQL

Поиск
Список
Период
Сортировка
От Dimitris Karampinas
Тема Profiling PostgreSQL
Дата
Msg-id CAC_Q3NwxzpZ41iByo8PKvROT4BbZRedCuJZGBVFsg-iGvCivFg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Profiling PostgreSQL  (David Boreham <david_list@boreham.org>)
Re: Profiling PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Is there any way to get the call stack of a function when profiling PostgreSQL with perf ?
I configured with --enable-debug, I run a benchmark against the system and I'm able to identify a bottleneck.
40% of the time is spent on an spinlock yet I cannot find out the codepath that gets me there.
Using --call-graph with perf record didn't seem to help.

Any ideas ?

Cheers,
Dimitris

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

Предыдущее
От: Geoff Hull
Дата:
Сообщение: Re: View has different query plan than select statement
Следующее
От: David Boreham
Дата:
Сообщение: Re: Profiling PostgreSQL