I have two queries Q1 and Q2
Both when run on the same DB , same data give same result.
I want to check the performance of Q1 and Q2 and confirm which one of them give better performance supported by concrete measurements.
I tried db2batch command but i gives different timing which is not consistent each time query is run.
Can somebody tell me a reliable, accurate tool which will run a query and measure its performance?...so that I can compare and find if Q1 or Q2 is more efficient?