How to find the system impact of a query in postgres

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msurekha253
    New Member
    • Feb 2020
    • 1

    How to find the system impact of a query in postgres

    When an query is executed in postgres - pgadmin4 .
    Can i know the query to check the performance of the query using any system tables ?

    example :

    1. Time taken
    2. Query run by
    3.CPU impact
    4. any blocks
    etc..
Working...