Expose Parallelism counters planned/execute in pg_stat_statements

Поиск
Список
Период
Сортировка
От Anthony Sotolongo
Тема Expose Parallelism counters planned/execute in pg_stat_statements
Дата
Msg-id 6acbe570-068e-bd8e-95d5-00c737b865e8@gmail.com
обсуждение исходный текст
Ответы Re: Expose Parallelism counters planned/execute in pg_stat_statements  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
Hi all:
Here's a patch to add counters about  planned/executed  for parallelism  
to pg_stat_statements, as a way to follow-up on if the queries are 
planning/executing with parallelism, this can help to understand if you 
have a good/bad configuration or if your hardware is enough




We decided to store information about the number of times is planned  
and  the number of times executed  the parallelism by queries


Regards

Anthony

Вложения

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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations.
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Fwd: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS