Re: profiling

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: profiling
Дата
Msg-id 0432e701-f83c-f2f8-406b-38bd239c8429@iki.fi
обсуждение исходный текст
Ответ на profiling  (Павел Еремин <pverjemin@gmail.com>)
Список pgsql-hackers
On 14/01/2021 12:14, Павел Еремин wrote:
> Hello. I am interested in the question of profiling. As far as I
> understand, this issue has not been resolved in postgres. And I see
> the urgency of this problem. Are there any postgres development plans
> for this functionality?

What exactly do you mean by profiling? You can profile internal C 
functions with 'perf' or 'gprof' or similar. For profiling applications 
using PostgreSQL, pg_stat_statement() is very helpful. And there is a 
plugin for profiling PL/pgSQL functions, IIRC pgAdmin has a GUI for that.

- Heikki



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Logical Replication - behavior of ALTER PUBLICATION .. DROP TABLE and ALTER SUBSCRIPTION .. REFRESH PUBLICATION
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: POC: postgres_fdw insert batching