What does pg_stat_get_xact_function_self_time count exactly?

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема What does pg_stat_get_xact_function_self_time count exactly?
Дата
Msg-id 5F6E6E30.4030703@anastigmatix.net
обсуждение исходный текст
Список pgsql-hackers
Hi,

Is the self-time of a tracked function (as reported by
pg_stat_get_xact_function_self_time) its total time minus

- the time of other tracked functions it calls?

- the time of other tracked or untracked functions it calls?

- the time of other tracked/untracked functions or SPI functions it calls?

- something else?

Regards,
-Chap



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Libpq support to connect to standby server as priority
Следующее
От: David Zhang
Дата:
Сообщение: a potential size overflow issue