Expose Parallelism counters planned/execute in pg_stat_statements - Mailing list pgsql-hackers

From Anthony Sotolongo
Subject Expose Parallelism counters planned/execute in pg_stat_statements
Date
Msg-id 6acbe570-068e-bd8e-95d5-00c737b865e8@gmail.com
Whole thread Raw
Responses Re: Expose Parallelism counters planned/execute in pg_stat_statements
List 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

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations.
Next
From: Nathan Bossart
Date:
Subject: Re: Fwd: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS