Replies: 1 comment
|
@archergod if you'd like to contribute that code, it's fine with me. But please open a proper issue for it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I write 3 different variant of my query and I want to see which is better. The two close query when run 5 times using Actual plan show that they range from 370-400 ms for query1 and 380-410 for other. now the results are similar and close and it make decision making harder for me.
what would help is benchmarking by running them 100 times and then I can see clearly which query is say 90percentile better and can use it. All my suggestion or request is have a option that run "actual plan" for given number of times and then give summarize results.
All reactions