-
Hi, I was able to set up some Hammerdb testing against my PostgreSQL database, but I am wondering how you go about seeing the exact queries that are being executed against the DB and how often, I am just using the default test scripts from HammerDB. This would help me to understand what is running. |
Beta Was this translation helpful? Give feedback.
Answered by
sm-shaw
Jul 11, 2022
Replies: 1 comment 2 replies
-
What you need to understand the workload that is running is the PostgreSQL metrics viewer This will show you the exact SQL that is running, as well as what takes the most time and statistics. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sm-shaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you need to understand the workload that is running is the PostgreSQL metrics viewer
This will show you the exact SQL that is running, as well as what takes the most time and statistics.