Done
Details
Assignee
Ibrar AhmedIbrar Ahmed(Deactivated)Reporter
Hamid AkhtarHamid Akhtar(Deactivated)Labels
Components
Fix versions
Priority
Critical
Details
Details
Assignee
Ibrar Ahmed
Ibrar Ahmed(Deactivated)Reporter
Hamid Akhtar
Hamid Akhtar(Deactivated)Labels
Components
Fix versions
Priority

Smart Checklist
Smart Checklist
Smart Checklist
Created October 1, 2021 at 11:10 AM
Updated March 5, 2024 at 9:35 PM
Resolved November 22, 2021 at 1:34 PM
Reported by on this pg_stat_monitor Review - Sept 16, 2021 Confluence page.
It would be great to understand whether it capture the real time execution plan when the query was executed or later in time when pg_stat_monitor view is called. The real time execution plan would be useful as it will help to troubleshoot the problematic query by looking at execution plan which was executed at around that time.
When “pg_stat_monitor.pgsm_enable_query_plan” parameter is enabled, the future query call to pg_stat_monitor view takes time to return the results and uses significant CPU,memory resources. Considering that the plan would be of significance when there is a performance issue on the server, the resource utilisation by this view may become an issue