Jorriss / StatisticsParser

Parses and formats SQL Server Statistics IO and Statistics Time output.
http://statisticsparser.com
88 stars 42 forks source link

Allow the comparison of two statistics IO parsings #23

Open Jorriss opened 9 years ago

Jorriss commented 9 years ago

This feature would allow the user to input two statistics outputs and have the parser compare them. This would mean StatisticsParser would have to be able to parse more than one output at a time. Most likely via tabs.

fatherjack commented 9 years ago

Yes, so the statistics of consecutive executions of the same query can be parsed to show reduced (or increased) IO and TIME each step from start to end of a tuning exercise. Indications of improvement can be in text or by colour shading or insertion of summary text below each execution.

Jorriss commented 8 years ago

@fatherjack I'm thinking that there's a baseline statistics parsing. Then subsequent parsings will compare against that baseline. Now, how that's all going to look...I have no idea. Well a small idea.

CrimsonVex commented 1 year ago

Did this ever eventuate?