Understand time taken by individual SQL statements in a procedure - Mailing list pgsql-performance

From Satalabaha Postgres
Subject Understand time taken by individual SQL statements in a procedure
Date
Msg-id CAJ_W8nYO2K2Q2CNU=Cy_yVqOdeaY_fSyWyn0Rt_bBG=JMEfbfQ@mail.gmail.com
Whole thread Raw
Responses Re: Understand time taken by individual SQL statements in a procedure
List pgsql-performance
Hi Listers,


We would like to determine how long it takes for each SQL statement to execute within a long-running procedure. I tried to see if pg_stat_statements could offer any insight into the matter. But I was unable to locate any. Is this even possible? How can we also determine the precise SQL execution plan used when a SQL is run from an application? The query runs without issue when we try to execute it directly, but it takes longer to run when an application is used.



Regards,

Satalabha

pgsql-performance by date:

Previous
From: Jeff Janes
Date:
Subject: Re: thousands of CachedPlan entry per backend
Next
From: Julien Rouhaud
Date:
Subject: Re: Understand time taken by individual SQL statements in a procedure